diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-11-06 21:16:28 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-11-06 21:16:28 +0000 |
commit | cb1ff69777c9b530b711f2df95e8336055441ba6 (patch) | |
tree | b360f792d358b60ba8782df3d53302cd2eba0537 /usr.sbin/bgpd | |
parent | 1704cc2dc4ec8766ddba097d2b7ace33f58cb8ca (diff) |
Mixed up characters found by Gleydson Soares.
Diffstat (limited to 'usr.sbin/bgpd')
-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 b248eec0390..76589b60c37 100644 --- a/usr.sbin/bgpd/util.c +++ b/usr.sbin/bgpd/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.4 2008/03/17 20:40:04 henning Exp $ */ +/* $OpenBSD: util.c,v 1.5 2008/11/06 21:16:27 claudio Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -143,7 +143,7 @@ aspath_snprint(char *buf, size_t size, void *data, u_int16_t len) UPDATE(); } } - /* ensure that we have a valid C-string especially for emtpy as path */ + /* ensure that we have a valid C-string especially for empty as path */ if (size > 0) *buf = '\0'; |