diff options
author | rwatson <rwatson@FreeBSD.org> | 2008-04-29 21:21:15 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2008-04-29 21:21:15 +0000 |
commit | bb4f1109f5f4002114a200e8bb7dd35f16cf0ee2 (patch) | |
tree | 7fd5b783673cae24ff4c66de55704ea074c82d09 /sys/netinet | |
parent | 2f2328129fd9e404133e4bd2bd6e30b17c614f00 (diff) | |
download | FreeBSD-src-bb4f1109f5f4002114a200e8bb7dd35f16cf0ee2.zip FreeBSD-src-bb4f1109f5f4002114a200e8bb7dd35f16cf0ee2.tar.gz |
Fix a comment typo.
MFC after: 3 days
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ip_fw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index 526f01d..b41c037 100644 --- a/sys/netinet/ip_fw.h +++ b/sys/netinet/ip_fw.h @@ -312,7 +312,7 @@ typedef struct _ipfw_insn_log { /* * Data structures required by both ipfw(8) and ipfw(4) but not part of the - * management API are protcted by IPFW_INTERNAL. + * management API are protected by IPFW_INTERNAL. */ #ifdef IPFW_INTERNAL /* Server pool support (LSNAT). */ |