浏览代码

Fix typo

Ref: DTC commit cc11e522

Signed-off-by: François Revol <revol@free.fr>
François Revol 12 年之前
父节点
当前提交
c73bd49dee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/libfdt.h

+ 1 - 1
include/libfdt.h

@@ -582,7 +582,7 @@ const char *fdt_get_alias_namelen(const void *fdt,
  * value of the property named 'name' in the node /aliases.
  *
  * returns:
- *	a pointer to the expansion of the alias named 'name', of it exists
+ *	a pointer to the expansion of the alias named 'name', if it exists
  *	NULL, if the given alias or the /aliases node does not exist
  */
 const char *fdt_get_alias(const void *fdt, const char *name);