Whamcloud - gitweb
LU-16728 misc: fix typos in comments
[fs/lustre-release.git] / lustre / mdd / mdd_dir.c
index 3d1e7a7..e192068 100644 (file)
@@ -2618,7 +2618,7 @@ err_initlized:
                int rc2;
                if (S_ISDIR(attr->la_mode)) {
                        /* Drop the reference, no need to delete "."/"..",
-                        * because the object to be destroied directly. */
+                        * because the object to be destroyed directly. */
                        rc2 = mdo_ref_del(env, son, handle);
                        if (rc2 != 0)
                                GOTO(unlock, rc);