summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-01-04 01:52:01 +0100
committerRichard Braun <rbraun@sceen.net>2013-01-04 01:52:01 +0100
commitfb1b8cf4f196903f770ce9b0274423626c145517 (patch)
treebc9a9afa11f3e4733fd0a3612e335a0c96c63a82
parentb318988ba5fa19847ae7136c7dd5e6cf3558fcc9 (diff)
kern/kmem: fix typo in comment
-rw-r--r--kern/kmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/kmem.c b/kern/kmem.c
index 516c9e5e..062067b9 100644
--- a/kern/kmem.c
+++ b/kern/kmem.c
@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*
- * This allocator is based on the "The Slab Allocator: An Object-Caching
+ * This allocator is based on the paper "The Slab Allocator: An Object-Caching
* Kernel Memory Allocator" by Jeff Bonwick.
*
* It allows the allocation of objects (i.e. fixed-size typed buffers) from