From: Nikanth Karthikesan Date: Wed, 1 Apr 2009 09:10:51 +0000 (+0530) Subject: trivial: fix comment typo in fs/compat.c X-Git-Tag: v2.6.31-rc1~341^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff677f8d10a7b7dea6fbfc48d5ceeb3018cabb23;p=platform%2Fkernel%2Flinux-3.10.git trivial: fix comment typo in fs/compat.c Fix a typo in fs/compat.c Signed-off-by: Nikanth Karthikesan Signed-off-by: Jiri Kosina --- diff --git a/fs/compat.c b/fs/compat.c index 6aefb77..cdd51a3 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -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