瀏覽代碼

ARC: typo fix in mm/ioremap.c

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Alexey Brodkin 9 年之前
父節點
當前提交
627c88b68f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arc/mm/ioremap.c

+ 1 - 1
arch/arc/mm/ioremap.c

@@ -49,7 +49,7 @@ EXPORT_SYMBOL(ioremap);
 /*
 /*
  * ioremap with access flags
  * ioremap with access flags
  * Cache semantics wise it is same as ioremap - "forced" uncached.
  * Cache semantics wise it is same as ioremap - "forced" uncached.
- * However unline vanilla ioremap which bypasses ARC MMU for addresses in
+ * However unlike vanilla ioremap which bypasses ARC MMU for addresses in
  * ARC hardware uncached region, this one still goes thru the MMU as caller
  * ARC hardware uncached region, this one still goes thru the MMU as caller
  * might need finer access control (R/W/X)
  * might need finer access control (R/W/X)
  */
  */