diff options
author | pjd <pjd@FreeBSD.org> | 2007-04-16 12:31:35 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2007-04-16 12:31:35 +0000 |
commit | 2ee778fb9976f8c230d74358aa4c81a1769d4a9a (patch) | |
tree | 8d76b4be51d7d010d6a51ec9364a6c4d506242f0 /sys/netnatm/natm.h | |
parent | 33ebe8ecb609a792fa92c763393b2c654252e6ca (diff) | |
download | FreeBSD-src-2ee778fb9976f8c230d74358aa4c81a1769d4a9a.zip FreeBSD-src-2ee778fb9976f8c230d74358aa4c81a1769d4a9a.tar.gz |
s/destory/destroy/ (except for the code in contrib/).
Diffstat (limited to 'sys/netnatm/natm.h')
-rw-r--r-- | sys/netnatm/natm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netnatm/natm.h b/sys/netnatm/natm.h index 8a3fdc1..5603b9e 100644 --- a/sys/netnatm/natm.h +++ b/sys/netnatm/natm.h @@ -74,7 +74,7 @@ struct natmpcb { #define NPCB_FREE 0x01 /* free (not on any list) */ #define NPCB_CONNECTED 0x02 /* connected */ #define NPCB_IP 0x04 /* used by IP */ -#define NPCB_DRAIN 0x08 /* destory as soon as inq == 0 */ +#define NPCB_DRAIN 0x08 /* destroy as soon as inq == 0 */ /* flag arg to npcb_free */ #define NPCB_REMOVE 0 /* remove from global list */ |