]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: Fixing a cputhread code documentation
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>
Mon, 14 May 2012 05:32:00 +0000 (05:32 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 22 May 2012 04:37:00 +0000 (14:37 +1000)
--
Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/cputhreads.h

index ce516e5eb0d3523d5027f3957877cfe144ee7a3f..ac3eedb9b74ae073f5019dc960862d82e3605455 100644 (file)
@@ -9,7 +9,7 @@
  * Note: This implementation is limited to a power of 2 number of
  * threads per core and the same number for each core in the system
  * (though it would work if some processors had less threads as long
- * as the CPU numbers are still allocated, just not brought offline).
+ * as the CPU numbers are still allocated, just not brought online).
  *
  * However, the API allows for a different implementation in the future
  * if needed, as long as you only use the functions and not the variables