Skip to content

Commit

Permalink
builtin-apply: typofix
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed May 17, 2008
1 parent 6d2c1c2 commit 88f6dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-apply.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ static int guess_p_value(const char *nameline)
}

/*
* Get the name etc info from the --/+++ lines of a traditional patch header
* Get the name etc info from the ---/+++ lines of a traditional patch header
*
* FIXME! The end-of-filename heuristics are kind of screwy. For existing
* files, we can happily check the index for a match, but for creating a
Expand Down

0 comments on commit 88f6dba

Please sign in to comment.