diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2009-04-17 19:13:30 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-22 19:02:12 -0700 |
commit | 3ea3c215c02dc4a4e7d0881c25b2223540960797 (patch) | |
tree | e6e8e312ae4af706982a1fa1dd9ddfb3faedc2f0 /compat/mingw.c | |
parent | bad542f0b1bca3b57e300a21fc7268c1800e6752 (diff) | |
download | git-3ea3c215c02dc4a4e7d0881c25b2223540960797.tar.gz git-3ea3c215c02dc4a4e7d0881c25b2223540960797.tar.xz |
Fix typos / spelling in comments
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/mingw.c')
-rw-r--r-- | compat/mingw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/mingw.c b/compat/mingw.c index 1a17cf6cc..2a047019e 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -396,7 +396,7 @@ repeat: * its own input data to become available. But since * the process (pack-objects) is itself CPU intensive, * it will happily pick up the time slice that we are - * relinguishing here. + * relinquishing here. */ Sleep(0); goto repeat; |