[PATCH] cleanup of in-code names

Fixes all in-code names that leaved during "big name change".

Signed-off-by: Alexey Nezhdanov <snake@penza-gsm.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Alexey Nezhdanov
2005-05-19 15:17:16 +04:00
committed by Linus Torvalds
parent 9669e17a2f
commit 667bb59b2d
19 changed files with 50 additions and 50 deletions

View File

@ -181,7 +181,7 @@ int main(int argc, char **argv)
argv++;
argc--;
if (!strcmp(arg, "-r")) {
/* We accept the -r flag just to look like diff-tree */
/* We accept the -r flag just to look like git-diff-tree */
continue;
}
if (!strcmp(arg, "-p")) {