summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-05-01 22:27:24 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-05-01 22:27:24 +0000
commit8453a3eb6c668c29ab3d93b698cf7cca6ef0d3ac (patch)
treefb88c2bb9e9b5f90b79fd0928b1739550d7edcdb
parent6b808c0302d2a12148e8c15d640db8e0c87b4d67 (diff)
comment typo, no binary change
-rw-r--r--usr.bin/bgplg/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bgplg/misc.c b/usr.bin/bgplg/misc.c
index e65b3795117..aaba4223d8b 100644
--- a/usr.bin/bgplg/misc.c
+++ b/usr.bin/bgplg/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.2 2006/12/12 11:43:50 reyk Exp $ */
+/* $OpenBSD: misc.c,v 1.3 2009/05/01 22:27:23 sthen Exp $ */
/*
* Copyright (c) 2005, 2006 Reyk Floeter <reyk@vantronix.net>
@@ -90,7 +90,7 @@ void
lg_sig_alarm(int sig)
{
if (child != -1) {
- /* Forceibly kill the child, no excuse... */
+ /* Forcibly kill the child, no excuse... */
kill(child, SIGKILL);
}
}