Skip to content

Commit

Permalink
SubmittingPatches: fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jim Meyering authored and Junio C Hamano committed Aug 20, 2008
1 parent a624eaa commit 8b1d88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/SubmittingPatches
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8b1d88e

Please sign in to comment.