This patch fixes typo in comments virtual to physical
address conversion.
Signed-off-by: Vaishnavi Bhat <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
*
* 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
*