From 2ee778fb9976f8c230d74358aa4c81a1769d4a9a Mon Sep 17 00:00:00 2001 From: pjd Date: Mon, 16 Apr 2007 12:31:35 +0000 Subject: s/destory/destroy/ (except for the code in contrib/). --- sys/netnatm/natm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netnatm') 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 */ -- cgit v1.1