Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-09 19:41:42 +0300
committerEric Andersen <andersen@codepoet.org>2000-12-09 19:41:42 +0300
commitafdde3e356bb621f230e4ef556609368647399e6 (patch)
tree8b59082601203ec2d5125ceb1ad9b989381089a4 /sysklogd/logger.c
parent5b5db38a7df20c8196e6a737cb2c76b219e152cc (diff)
Some little cleanups from Larry Doolittle
Diffstat (limited to 'sysklogd/logger.c')
-rw-r--r--sysklogd/logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/logger.c b/sysklogd/logger.c
index 1c454e5af..669a2d601 100644
--- a/sysklogd/logger.c
+++ b/sysklogd/logger.c
@@ -35,7 +35,7 @@
#else
/* We have to do this since the header file defines static
- * structues. Argh.... bad libc, bad, bad...
+ * structures. Argh.... bad libc, bad, bad...
*/
#include <sys/syslog.h>
typedef struct _code {