diff options
author | David Krause <david@cvs.openbsd.org> | 2004-03-20 23:17:36 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-03-20 23:17:36 +0000 |
commit | 71b8586f8868e18fac1012c1ed2180dfde4e4654 (patch) | |
tree | 34198e01e861d6d324426daaf5eeb1eba9480559 /usr.sbin/bgpd/rde_attr.c | |
parent | 3cf3a28dcb83c24ee50686a30c8e2be6fb5e8907 (diff) |
comment spelling fixes; ok henning@
Diffstat (limited to 'usr.sbin/bgpd/rde_attr.c')
-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 ecda5bd2e1d..f85030b25aa 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.25 2004/03/12 21:53:07 claudio Exp $ */ +/* $OpenBSD: rde_attr.c,v 1.26 2004/03/20 23:17:35 david Exp $ */ /* * Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -467,7 +467,7 @@ attr_optadd(struct attr_flags *attr, u_int8_t flags, u_int8_t type, if (flags & ATTR_OPTIONAL && ! flags & ATTR_TRANSITIVE) /* - * We already know that we're not intrested in this attribute. + * We already know that we're not interested in this attribute. * Currently only the MED is optional and non-transitive but * MED is directly stored in struct attr_flags. */ |