Browse Source

SubmittingPatches: fix a typo

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Jim Meyering 17 years ago committed by Junio C Hamano
parent
commit
8b1d88e87a
  1. 2
      Documentation/SubmittingPatches

2
Documentation/SubmittingPatches

@ -71,7 +71,7 @@ run git diff --check on your changes before you commit. @@ -71,7 +71,7 @@ run git diff --check on your changes before you commit.

(1a) Try to be nice to older C compilers

We try to support wide range of C compilers to compile
We try to support a wide range of C compilers to compile
git with. That means that you should not use C99 initializers, even
if a lot of compilers grok it.


Loading…
Cancel
Save