Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / xfs / quota / xfs_dquot.c
index 7e241647850335967262b8763ff14bdb5dd86a5b..6fa214603819d759f8fbbd8e588a1a306ac78420 100644 (file)
@@ -600,7 +600,7 @@ xfs_qm_dqread(
 
        /*
         * Reservation counters are defined as reservation plus current usage
-        * to avoid having to add everytime.
+        * to avoid having to add every time.
         */
        dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount);
        dqp->q_res_icount = be64_to_cpu(ddqp->d_icount);