From b1d5a7748bcd33993e4ea65917b52bef485b569a Mon Sep 17 00:00:00 2001 From: Nikanth Karthikesan Date: Wed, 1 Apr 2009 14:40:51 +0530 Subject: [PATCH] --- yaml --- r: 149422 b: refs/heads/master c: ff677f8d10a7b7dea6fbfc48d5ceeb3018cabb23 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/compat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 27e0b84bb870..07f55184144e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 88164ff4fca75051315d73729ea5a014e8986234 +refs/heads/master: ff677f8d10a7b7dea6fbfc48d5ceeb3018cabb23 diff --git a/trunk/fs/compat.c b/trunk/fs/compat.c index 6aefb776dfeb..cdd51a3a7c53 100644 --- a/trunk/fs/compat.c +++ b/trunk/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