浏览代码

powerpc-opal: Fix a typo in a comment line of two file headers

Fix a word in these descriptions.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Markus Elfring 8 年之前
父节点
当前提交
c28237f1d4
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      arch/powerpc/platforms/powernv/opal-hmi.c
  2. 1 1
      arch/powerpc/platforms/powernv/opal-memory-errors.c

+ 1 - 1
arch/powerpc/platforms/powernv/opal-hmi.c

@@ -1,5 +1,5 @@
 /*
- * OPAL hypervisor Maintenance interrupt handling support in PowreNV.
+ * OPAL hypervisor Maintenance interrupt handling support in PowerNV.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
arch/powerpc/platforms/powernv/opal-memory-errors.c

@@ -1,5 +1,5 @@
 /*
- * OPAL asynchronus Memory error handling support in PowreNV.
+ * OPAL asynchronus Memory error handling support in PowerNV.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by