Fix common misspellings
[deliverable/linux.git] / fs / ceph / caps.c
index 6b61ded701e10a23b61199b91536f2178c629275..5323c330bbf3d4acad87fe6a48701b9ee7f27589 100644 (file)
@@ -765,7 +765,7 @@ int __ceph_caps_issued_mask(struct ceph_inode_info *ci, int mask, int touch)
                        if (touch) {
                                struct rb_node *q;
 
-                               /* touch this + preceeding caps */
+                               /* touch this + preceding caps */
                                __touch_cap(cap);
                                for (q = rb_first(&ci->i_caps); q != p;
                                     q = rb_next(q)) {
This page took 0.024109 seconds and 5 git commands to generate.