Skip to content

Commit 9474eda

Browse files
sgrimmJunio C Hamano
authored andcommitted
git-rm: Trivial fix for a comment typo.
Signed-off-by: Steven Grimm <koreth@midwinter.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent b48caa2 commit 9474eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-rm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ int cmd_rm(int argc, const char **argv, const char *prefix)
170170
* must match; but the file can already been removed, since
171171
* this sequence is a natural "novice" way:
172172
*
173-
* rm F; git fm F
173+
* rm F; git rm F
174174
*
175175
* Further, if HEAD commit exists, "diff-index --cached" must
176176
* report no changes unless forced.

0 commit comments

Comments
 (0)