]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ocfs2/dlmglue.c
tree-wide: Assorted spelling fixes
[net-next-2.6.git] / fs / ocfs2 / dlmglue.c
index c5e4a49e3a1257b48a08abe717236cd713b4dd1f..ccb9c44f478d6d1edabfbae114b3d956d3ca11b7 100644 (file)
@@ -1757,7 +1757,7 @@ out:
  * ocfs2_file_lock() and ocfs2_file_unlock() map to a single pair of
  * flock() calls. The locking approach this requires is sufficiently
  * different from all other cluster lock types that we implement a
- * seperate path to the "low-level" dlm calls. In particular:
+ * separate path to the "low-level" dlm calls. In particular:
  *
  * - No optimization of lock levels is done - we take at exactly
  *   what's been requested.