aboutsummaryrefslogtreecommitdiff
path: root/alarmd
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-08-28 19:37:48 +1200
committerDavid Phillips <david@sighup.nz>2018-08-28 19:37:48 +1200
commit1d9b179c6769ff50f13a0b576b31224e207c5b7c (patch)
tree78ee09d874c5d942f23f323fde1f65c0d498edb4 /alarmd
parent8c0cb30e7c982d5d0d3cbefd6655cf5da8f73ab4 (diff)
downloadalarmd-1d9b179c6769ff50f13a0b576b31224e207c5b7c.tar.xz
Fix typo in comment
Diffstat (limited to 'alarmd')
-rw-r--r--alarmd/alarmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alarmd/alarmd.c b/alarmd/alarmd.c
index 900aa52..42dd5e4 100644
--- a/alarmd/alarmd.c
+++ b/alarmd/alarmd.c
@@ -1,4 +1,4 @@
-/* FIXME bother remobing _GNU_SOURCE? It only gives struct ucred, which
+/* FIXME bother removing _GNU_SOURCE? It only gives struct ucred, which
* is linux-only anyway */
#define _GNU_SOURCE
#include <stdio.h>