summaryrefslogtreecommitdiff
path: root/lib/sigevent.c
diff options
context:
space:
mode:
authorewlumpkin <ewlumpkin@gmail.com>2021-10-05 21:33:14 +0000
committerewlumpkin <ewlumpkin@gmail.com>2021-10-05 21:42:57 +0000
commit214d8a60e15dc1b086d3f6033f686246317739f1 (patch)
treedb070e001b544ede6a95886d972e4f45a977bad4 /lib/sigevent.c
parentf72b987de1d4897919902b96559c8fd4da58b366 (diff)
lib: fix spelling nits in more lib files
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
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;