Skip to content

Commit

Permalink
diff.c: fix typoes in comments
Browse files Browse the repository at this point in the history
Should be squashed when we reroll 'next' into the main commit.
  • Loading branch information
meyering authored and gitster committed Aug 30, 2009
1 parent 0e098b6 commit 97bf2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -2382,7 +2382,7 @@ int diff_setup_done(struct diff_options *options)
* Most of the time we can say "there are changes"
* only by checking if there are changed paths, but
* --ignore-whitespace* options force us to look
* inside contets.
* inside contents.
*/

if (DIFF_XDL_TST(options, IGNORE_WHITESPACE) ||
Expand Down Expand Up @@ -3346,7 +3346,7 @@ void diff_flush(struct diff_options *options)
fclose(options->file);

/*
* Report the contents level differences with HAS_CHANGES;
* Report the content-level differences with HAS_CHANGES;
* diff_addremove/diff_change does not set the bit when
* DIFF_FROM_CONTENTS is in effect (e.g. with -w).
*/
Expand Down

0 comments on commit 97bf2a0

Please sign in to comment.