ls-tree $di $dir: do not mistakenly recurse into directories
[gitweb.git] / builtin / blame.c
index 01e62fdeb00b2d085efe96a07f2ee77776081a69..28e3be2eadadc71723da96334b8ff1dd22e73205 100644 (file)
@@ -2376,11 +2376,11 @@ int cmd_blame(int argc, const char **argv, const char *prefix)
         *
         * The remaining are:
         *
-        * (1) if dashdash_pos != 0, its either
+        * (1) if dashdash_pos != 0, it is either
         *     "blame [revisions] -- <path>" or
         *     "blame -- <path> <rev>"
         *
-        * (2) otherwise, its one of the two:
+        * (2) otherwise, it is one of the two:
         *     "blame [revisions] <path>"
         *     "blame <path> <rev>"
         *