code comments: spell

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2005-12-29 01:30:08 -08:00
parent 89438677ab
commit 82f9d58a39
7 changed files with 7 additions and 7 deletions

2
diff.c
View File

@ -787,7 +787,7 @@ int diff_setup_done(struct diff_options *options)
* so it is safe for us to do this here. Also
* it does not smudge active_cache or active_nr
* when it fails, so we do not have to worry about
* cleaning it up oufselves either.
* cleaning it up ourselves either.
*/
read_cache();
}