diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-12-19 20:10:56 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-12-19 20:10:56 +0000 |
commit | 6e54f08831752f2a8493af67773ca8d6002eaff6 (patch) | |
tree | c2f9a27c5193102fd0f84b8ca32b1bb3bafe0cf5 /usr.sbin/bgpd | |
parent | f3c16204ffb6397a04fce2994c5688ef91d7bd45 (diff) |
Better English in comment.
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/rde_attr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_attr.c b/usr.sbin/bgpd/rde_attr.c index 1f608ee55a2..7b83952e0ce 100644 --- a/usr.sbin/bgpd/rde_attr.c +++ b/usr.sbin/bgpd/rde_attr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_attr.c,v 1.49 2005/06/13 15:16:50 claudio Exp $ */ +/* $OpenBSD: rde_attr.c,v 1.50 2005/12/19 20:10:55 claudio Exp $ */ /* * Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -98,7 +98,7 @@ attr_optadd(struct rde_aspath *asp, u_int8_t flags, u_int8_t type, /* keep a sorted list */ TAILQ_FOREACH_REVERSE(p, &asp->others, attr_list, entry) { if (type == p->type) { - /* attribute only once allowed */ + /* attribute allowed only once */ free(a->data); free(a); return (-1); |