Merge branch 'jk/maint-pass-c-config-in-env'
[gitweb.git] / builtin / blame.c
index 437b1a433a78325cfbc61d2f76b5a114b049e679..101535448f2b0405c280387b63f7ce82fb7dd350 100644 (file)
@@ -2368,11 +2368,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>"
         *