summaryrefslogtreecommitdiff
path: root/vm
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2012-12-01 15:44:45 +0100
committerRichard Braun <rbraun@sceen.net>2012-12-01 15:44:45 +0100
commita10641a7e6f8ec5d67c76027b4296bb13194a9ed (patch)
treee76cf23dbe44e41722646eb5c8b553ad7047cabc /vm
parentaafcc9b4959748f2ef78d793cba2710c64f0bece (diff)
Normalize the spelling of CPU in comments
Diffstat (limited to 'vm')
-rw-r--r--vm/vm_phys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_phys.c b/vm/vm_phys.c
index 64a3cb61..14abf90e 100644
--- a/vm/vm_phys.c
+++ b/vm/vm_phys.c
@@ -21,7 +21,7 @@
* - "Dynamic Storage Allocation: A Survey and Critical Review",
* by Paul R. Wilson, Mark S. Johnstone, Michael Neely, and David Boles.
*
- * In addition, this allocator uses per-cpu pools of pages for order 0
+ * In addition, this allocator uses per-CPU pools of pages for order 0
* (i.e. single page) allocations. These pools act as caches (but are named
* differently to avoid confusion with CPU caches) that reduce contention on
* multiprocessor systems. When a pool is empty and cannot provide a page,