commit | 01689909eb9f8366583c44b325d8d9ba259a2538 | [log] [tgz] |
---|---|---|
author | Justin Lebar <jlebar@google.com> | Mon Mar 31 15:11:46 2014 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Mar 31 15:29:27 2014 -0700 |
tree | 6a4635a267885b3429f55c81a9a1c8787e36802e | |
parent | e34b272344c1e7eb640dcce5990a75460240daed [diff] [blame] |
comments: fix misuses of "nor" Signed-off-by: Justin Lebar <jlebar@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/remote.c b/remote.c index 5f63d55..f43c7a9 100644 --- a/remote.c +++ b/remote.c
@@ -1409,7 +1409,7 @@ /* * Remote doesn't have it, and we have no * explicit pattern, and we don't have - * --all nor --mirror. + * --all or --mirror. */ goto free_name;