From 8453a3eb6c668c29ab3d93b698cf7cca6ef0d3ac Mon Sep 17 00:00:00 2001 From: Stuart Henderson Date: Fri, 1 May 2009 22:27:24 +0000 Subject: comment typo, no binary change --- usr.bin/bgplg/misc.c | 4 ++-- 1 file 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 @@ -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); } } -- cgit v1.2.3