mirror of
https://github.com/git/git.git
synced 2024-11-26 19:43:32 +08:00
run-command: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a0ef3816c1
commit
b71d52cef5
@ -535,7 +535,7 @@ enum start_bg_result {
|
||||
/* timeout expired waiting for child to become "ready" */
|
||||
SBGR_TIMEOUT,
|
||||
|
||||
/* child process exited or was signalled before becomming "ready" */
|
||||
/* child process exited or was signalled before becoming "ready" */
|
||||
SBGR_DIED,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user