diff options
| author | andvar <andvar@NetBSD.org> | 2021-12-08 20:50:01 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-12-08 20:50:01 +0000 |
| commit | c8d61b77f5383c21033f030932ccc34a65beea31 (patch) | |
| tree | 0d34baba080594cc2a364bf9afe7b644aa73f1e3 /include | |
| parent | 87c4600b50dd67fe768c200a819c73c907443ff2 (diff) | |
fix various typos in comments and log messages.
Diffstat (limited to 'include')
| -rw-r--r-- | include/arpa/nameser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index 848e9da9d4c..31f19f678b6 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -1,4 +1,4 @@ -/* $NetBSD: nameser.h,v 1.26 2020/10/10 19:51:48 christos Exp $ */ +/* $NetBSD: nameser.h,v 1.27 2021/12/08 20:50:01 andvar Exp $ */ /* * Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") @@ -113,7 +113,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]; |
