* [PATCH] Fix incorrect use of loose in slub.c
@ 2008-12-05 3:08 Nick Andrew
2008-12-08 8:42 ` Pekka Enberg
0 siblings, 1 reply; 2+ messages in thread
From: Nick Andrew @ 2008-12-05 3:08 UTC (permalink / raw)
To: Christoph Lameter, Christoph Lameter, Greg Kroah-Hartman,
Matt Mackall, Pekka Enberg, linux-kernel, linux-mm
Cc: linux-kernel, Nick Andrew
Fix incorrect use of loose in slub.c
It should be 'lose', not 'loose'.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---
mm/slub.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mm/slub.c b/mm/slub.c
index 749588a..d918e3a 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -692,7 +692,7 @@ static int check_object(struct kmem_cache *s, struct page *page,
if (!check_valid_pointer(s, page, get_freepointer(s, p))) {
object_err(s, page, p, "Freepointer corrupt");
/*
- * No choice but to zap it and thus loose the remainder
+ * No choice but to zap it and thus lose the remainder
* of the free objects in this slab. May cause
* another error because the object count is now wrong.
*/
@@ -4345,7 +4345,7 @@ static void sysfs_slab_remove(struct kmem_cache *s)
/*
* Need to buffer aliases during bootup until sysfs becomes
- * available lest we loose that information.
+ * available lest we lose that information.
*/
struct saved_alias {
struct kmem_cache *s;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-08 8:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-05 3:08 [PATCH] Fix incorrect use of loose in slub.c Nick Andrew
2008-12-08 8:42 ` Pekka Enberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®