diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-05-11 11:28:00 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-05-11 11:28:00 +0000 |
commit | 88e3f9dd27af614dc7c172bf87af237b60fc6468 (patch) | |
tree | 22fddaa73dc4eda0fdcde0399b67c6dec3630690 /usr.sbin/bgpd/util.c | |
parent | 2f260087e532851ebd7b227606fbf19808c76073 (diff) |
Various spelling fixes from Stuart Henderson.
Diffstat (limited to 'usr.sbin/bgpd/util.c')
-rw-r--r-- | usr.sbin/bgpd/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/util.c b/usr.sbin/bgpd/util.c index 2043ca6ab29..fe84d4f3424 100644 --- a/usr.sbin/bgpd/util.c +++ b/usr.sbin/bgpd/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.2 2007/04/23 13:04:24 claudio Exp $ */ +/* $OpenBSD: util.c,v 1.3 2007/05/11 11:27:59 claudio Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -237,7 +237,7 @@ aspath_strlen(void *data, u_int16_t len) /* * Extract the asnum out of the as segment at the specified position. * Direct access is not possible because of non-aligned reads. - * ATTENTION: no bounds check are done. + * ATTENTION: no bounds checks are done. */ u_int32_t aspath_extract(const void *seg, int pos) |