diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-09-16 15:44:43 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-09-16 15:44:43 +0000 |
commit | 169c9b7f952b1eeb7519de6a752c2c7435dcbd96 (patch) | |
tree | 5a44a3b01ee4c9e466e1e7ffc658035d580c35a2 /usr.sbin/bgpd | |
parent | a5702831fb2d3d9306138b06c93e7ddec5d1f1a7 (diff) |
Fix my usual typo
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/mrt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/mrt.h b/usr.sbin/bgpd/mrt.h index d88c01c1b67..bb9af163b80 100644 --- a/usr.sbin/bgpd/mrt.h +++ b/usr.sbin/bgpd/mrt.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mrt.h,v 1.27 2010/06/04 10:13:00 claudio Exp $ */ +/* $OpenBSD: mrt.h,v 1.28 2011/09/16 15:44:42 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> @@ -35,7 +35,7 @@ * | length | length of packet excluding this header * +--------+--------+--------+--------+ * - * ET types include an additional 32bit microsecond field comming after the + * ET types include an additional 32bit microsecond field coming after the * length field. */ #define MRT_HEADER_SIZE 12 |