浏览代码

of: Grammar s/an/a/

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Geert Uytterhoeven 10 年之前
父节点
当前提交
c50949d329
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/of/base.c

+ 1 - 1
drivers/of/base.c

@@ -933,7 +933,7 @@ const struct of_device_id *__of_match_node(const struct of_device_id *matches,
 }
 
 /**
- * of_match_node - Tell if an device_node has a matching of_match structure
+ * of_match_node - Tell if a device_node has a matching of_match structure
  *	@matches:	array of of device match structures to search in
  *	@node:		the of device structure to match against
  *