diff options
-rw-r--r-- | alarmd/alarmd.c | 2 |
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> |