diff options
Diffstat (limited to 'usr.sbin/bgpd/control.c')
-rw-r--r-- | usr.sbin/bgpd/control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/control.c b/usr.sbin/bgpd/control.c index f6760cb7698..a91f1636ab0 100644 --- a/usr.sbin/bgpd/control.c +++ b/usr.sbin/bgpd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.66 2009/12/03 19:22:53 claudio Exp $ */ +/* $OpenBSD: control.c,v 1.67 2009/12/08 15:54:50 jsg Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -437,7 +437,7 @@ control_dispatch_msg(struct pollfd *pfd, u_int *ctl_cnt) sizeof(verbose)) break; - /* forward to other porcesses */ + /* forward to other processes */ imsg_compose_parent(imsg.hdr.type, imsg.hdr.pid, imsg.data, imsg.hdr.len - IMSG_HEADER_SIZE); imsg_compose_rde(imsg.hdr.type, 0, |