Skip to content

Commit 54ee29c

Browse files
algonellgitster
authored andcommitted
compat: fix typos
Fix typos and grammar. Reported-by: Patrick Steinhardt <[email protected]> Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 777489f commit 54ee29c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

compat/fsmonitor/fsm-listen-win32.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ static int recv_rdcw_watch(struct one_watch *watch)
431431
* but I observed ERROR_ACCESS_DENIED (0x05) errors during
432432
* testing.
433433
*
434-
* Note that we only get notificaiton events for events
434+
* Note that we only get notification events for events
435435
* *within* the directory, not *on* the directory itself.
436-
* (These might be properies of the parent directory, for
436+
* (These might be properties of the parent directory, for
437437
* example).
438438
*
439439
* NEEDSWORK: We might try to check for the deleted directory

compat/regex/regexec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0);
292292
concerned.
293293
294294
If REGS is not NULL, and BUFP->no_sub is not set, the offsets of the match
295-
and all groups is stroed in REGS. (For the "_2" variants, the offsets are
295+
and all groups are stored in REGS. (For the "_2" variants, the offsets are
296296
computed relative to the concatenation, not relative to the individual
297297
strings.)
298298

compat/simple-ipc/ipc-unix-socket.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ static int accept_thread__wait_for_connection(
712712
* Block SIGPIPE in this thread for the life of the thread. This
713713
* avoids any stray SIGPIPE signals when closing pipe fds under
714714
* extremely heavy loads (such as when the fifo queue is full and we
715-
* drop incomming connections).
715+
* drop incoming connections).
716716
*/
717717
static void *accept_thread_proc(void *_accept_thread_data)
718718
{

0 commit comments

Comments
 (0)