powerpc: Fix a typo in comments of va to pa conversion
authorVaishnavi Bhat <vaishnavi@linux.vnet.ibm.com>
Sun, 27 Oct 2013 06:17:19 +0000 (11:47 +0530)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 30 Oct 2013 05:00:38 +0000 (16:00 +1100)
This patch fixes typo in comments virtual to physical
address conversion.

Signed-off-by: Vaishnavi Bhat <vaishnavi@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/page.h

index b9f426212d3ab3afff006938089cf609fe3c785a..753c66206a1502f0e15369d6f7311b1d36ff7604 100644 (file)
@@ -78,7 +78,7 @@ extern unsigned int HPAGE_SHIFT;
  *
  * Also, KERNELBASE >= PAGE_OFFSET and PHYSICAL_START >= MEMORY_START
  *
- * There are two was to determine a physical address from a virtual one:
+ * There are two ways to determine a physical address from a virtual one:
  * va = pa + PAGE_OFFSET - MEMORY_START
  * va = pa + KERNELBASE - PHYSICAL_START
  *
This page took 0.025415 seconds and 5 git commands to generate.