]> git.hungrycats.org Git - linux/commitdiff
[PATCH] fix comment in module.c
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 9 Feb 2003 10:58:06 +0000 (02:58 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 9 Feb 2003 10:58:06 +0000 (02:58 -0800)
From:  John Levon <levon@movementarian.org>

kernel/module.c

index 5b55c21deeaae5646f45294f94bd83020bec742a..828805bbee071a2c081122d02482cad0ff3d7dc9 100644 (file)
@@ -1551,7 +1551,7 @@ static int m_show(struct seq_file *m, void *p)
        return 0;
 }
 
-/* Format: modulename size refcount deps
+/* Format: modulename size refcount deps address
 
    Where refcount is a number or -, and deps is a comma-separated list
    of depends or -.