mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
include: minor spelling fixes.
No functional change.
This commit is contained in:
parent
4ed3c0e713
commit
eacd600ea9
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ typedef enum __ns_sect {
|
|||
} ns_sect;
|
||||
|
||||
/*%
|
||||
* Network name (compressed or not) type. Equivilent to a pointer when used
|
||||
* Network name (compressed or not) type. Equivalent to a pointer when used
|
||||
* in a function prototype. Can be const'd.
|
||||
*/
|
||||
typedef u_char ns_nname[NS_MAXNNAME];
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
* Copyright (C) 1986 Sun Microsystems, Inc.
|
||||
*
|
||||
* protocol used between the UNIX kernel (the "client") and the
|
||||
* local lock manager. The local lock manager is a deamon running
|
||||
* local lock manager. The local lock manager is a daemon running
|
||||
* above the kernel.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue