]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ocfs2/dlmglue.c
tree-wide: fix assorted typos all over the place
[net-next-2.6.git] / fs / ocfs2 / dlmglue.c
index 0d38d67194cbb07aeae46432a9d07825568afb81..c5e4a49e3a1257b48a08abe717236cd713b4dd1f 100644 (file)
@@ -1855,7 +1855,7 @@ int ocfs2_file_lock(struct file *file, int ex, int trylock)
                 * outstanding lock request, so a cancel convert is
                 * required. We intentionally overwrite 'ret' - if the
                 * cancel fails and the lock was granted, it's easier
-                * to just bubble sucess back up to the user.
+                * to just bubble success back up to the user.
                 */
                ret = ocfs2_flock_handle_signal(lockres, level);
        } else if (!ret && (level > lockres->l_level)) {