diff options
author | Richard Braun <rbraun@sceen.net> | 2013-01-04 01:52:01 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2013-01-04 01:52:01 +0100 |
commit | fb1b8cf4f196903f770ce9b0274423626c145517 (patch) | |
tree | bc9a9afa11f3e4733fd0a3612e335a0c96c63a82 | |
parent | b318988ba5fa19847ae7136c7dd5e6cf3558fcc9 (diff) |
kern/kmem: fix typo in comment
-rw-r--r-- | kern/kmem.c | 2 |
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 |