summaryrefslogtreecommitdiff
path: root/lib/sigevent.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-10-14 02:05:44 +0300
committerGitHub <noreply@github.com>2021-10-14 02:05:44 +0300
commitd55517702115bc96261a0270d7c1c3965b39e6a4 (patch)
treee3c180272cc24117c6afcc5dc57bcf66d4c5738d /lib/sigevent.c
parent1aa12de6956262a968ce4e792fb03a68a962a23c (diff)
parent214d8a60e15dc1b086d3f6033f686246317739f1 (diff)
Merge pull request #9751 from ewlumpkin/comment_spelling_fixes
lib: fix spelling nits in more lib files' comments
Diffstat (limited to 'lib/sigevent.c')
-rw-r--r--lib/sigevent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sigevent.c b/lib/sigevent.c
index be7297f264..6710527ae9 100644
--- a/lib/sigevent.c
+++ b/lib/sigevent.c
@@ -96,7 +96,7 @@ int quagga_sigevent_process(void)
struct quagga_signal_t *sig;
int i;
#ifdef SIGEVENT_BLOCK_SIGNALS
- /* shouldnt need to block signals, but potentially may be needed */
+ /* shouldn't need to block signals, but potentially may be needed */
sigset_t newmask, oldmask;
/*
@@ -142,7 +142,7 @@ int quagga_sigevent_process(void)
}
#ifdef SIGEVENT_SCHEDULE_THREAD
-/* timer thread to check signals. Shouldnt be needed */
+/* timer thread to check signals. shouldn't be needed */
int quagga_signal_timer(struct thread *t)
{
struct quagga_sigevent_master_t *sigm;