diff options
author | Nick Andrew <nick@nick-andrew.net> | 2008-12-04 22:08:08 -0500 |
---|---|---|
committer | Pekka Enberg <penberg@cs.helsinki.fi> | 2008-12-08 03:41:10 -0500 |
commit | 9f6c708e5cbf57ee31f6ddaa2cd0262087271b95 (patch) | |
tree | 3d4dc2d7d5ec5baf5eb8ece6b02cf4d1647ac01e /mm/slub.c | |
parent | 0094de92a4f1da3a845ccc4ecb12ec0db8e48997 (diff) |
slub: Fix incorrect use of loose
It should be 'lose', not 'loose'.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -696,7 +696,7 @@ static int check_object(struct kmem_cache *s, struct page *page, | |||
696 | if (!check_valid_pointer(s, page, get_freepointer(s, p))) { | 696 | if (!check_valid_pointer(s, page, get_freepointer(s, p))) { |
697 | object_err(s, page, p, "Freepointer corrupt"); | 697 | object_err(s, page, p, "Freepointer corrupt"); |
698 | /* | 698 | /* |
699 | * No choice but to zap it and thus loose the remainder | 699 | * No choice but to zap it and thus lose the remainder |
700 | * of the free objects in this slab. May cause | 700 | * of the free objects in this slab. May cause |
701 | * another error because the object count is now wrong. | 701 | * another error because the object count is now wrong. |
702 | */ | 702 | */ |
@@ -4344,7 +4344,7 @@ static void sysfs_slab_remove(struct kmem_cache *s) | |||
4344 | 4344 | ||
4345 | /* | 4345 | /* |
4346 | * Need to buffer aliases during bootup until sysfs becomes | 4346 | * Need to buffer aliases during bootup until sysfs becomes |
4347 | * available lest we loose that information. | 4347 | * available lest we lose that information. |
4348 | */ | 4348 | */ |
4349 | struct saved_alias { | 4349 | struct saved_alias { |
4350 | struct kmem_cache *s; | 4350 | struct kmem_cache *s; |