Whamcloud - gitweb
LU-4690 osp: some cleanup for patch 9511
[fs/lustre-release.git] / lustre / lmv / lmv_obd.c
index b89a40a..a48307f 100644 (file)
@@ -1368,7 +1368,7 @@ int __lmv_fid_alloc(struct lmv_obd *lmv, struct lu_fid *fid,
                GOTO(out, rc = -ENODEV);
 
        /*
-        * Asking underlaying tgt layer to allocate new fid.
+        * Asking underlying tgt layer to allocate new fid.
         */
        rc = obd_fid_alloc(NULL, tgt->ltd_exp, fid, NULL);
        if (rc > 0) {