X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fcompat.c;h=cdd51a3a7c537cd361d18ab21dabd1eafa4d4445;hb=647613e97fa46f6c25cf38b0f2fa81eba5f278d4;hp=6aefb776dfeb6a86bc4cd6e0fbc40aef916df028;hpb=c34752bc8b3196aee3115d1aa41972604ab0aea8;p=deliverable%2Flinux.git diff --git a/fs/compat.c b/fs/compat.c index 6aefb776dfeb..cdd51a3a7c53 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