SubmittingPatches: itemize and reflect upon well written changes
[gitweb.git] / compat / mingw.c
index 1a17cf6cce6b71a5d5acddea2f1dda50a08df30c..2a047019e819740b0208bcaa9c18999c68d1c89c 100644 (file)
@@ -396,7 +396,7 @@ int poll(struct pollfd *ufds, unsigned int nfds, int timeout)
                 * 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;