trivial: fix comment typo in fs/compat.c
authorNikanth Karthikesan <knikanth@suse.de>
Wed, 1 Apr 2009 09:10:51 +0000 (14:40 +0530)
committerJiri Kosina <jkosina@suse.cz>
Fri, 12 Jun 2009 16:01:44 +0000 (18:01 +0200)
Fix a typo in fs/compat.c

Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/compat.c

index 6aefb77..cdd51a3 100644 (file)
@@ -471,7 +471,7 @@ asmlinkage long compat_sys_fcntl64(unsigned int fd, unsigned int cmd,
                ret = sys_fcntl(fd, cmd, (unsigned long)&f);
                set_fs(old_fs);
                if (cmd == F_GETLK && ret == 0) {
-                       /* GETLK was successfule and we need to return the data...
+                       /* GETLK was successful and we need to return the data...
                         * but it needs to fit in the compat structure.
                         * l_start shouldn't be too big, unless the original
                         * start + end is greater than COMPAT_OFF_T_MAX, in which