diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-02 22:36:06 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-02 22:36:06 +0000 |
commit | 14d0b68e8507ba2c6acfb30d9176b87d78d83ab3 (patch) | |
tree | 672f42b1fcd27956dff77653febcfdb68f63c957 /sys/net/if_ppp.h | |
parent | e2c9659867b46cd28ab7c57e19b8f7f375222d54 (diff) |
spelling
ok jmc@ reads ok tb@
Diffstat (limited to 'sys/net/if_ppp.h')
-rw-r--r-- | sys/net/if_ppp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_ppp.h b/sys/net/if_ppp.h index eb13a36f2c0..119e810f05d 100644 --- a/sys/net/if_ppp.h +++ b/sys/net/if_ppp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ppp.h,v 1.9 2017/10/24 09:36:13 jsg Exp $ */ +/* $OpenBSD: if_ppp.h,v 1.10 2022/01/02 22:36:03 jsg Exp $ */ /* $NetBSD: if_ppp.h,v 1.11 1996/03/15 02:28:05 paulus Exp $ */ /* @@ -93,7 +93,7 @@ */ struct npioctl { - int protocol; /* PPP procotol, e.g. PPP_IP */ + int protocol; /* PPP protocol, e.g. PPP_IP */ enum NPmode mode; }; |