diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-30 01:24:24 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-30 01:24:24 +0000 |
commit | 32223c1b7dea9bcf5ccb35a6462fb6a29a344910 (patch) | |
tree | b4c646668481cdc1dd9daaea77bf963c2e2862a0 /lib/libc/net/res_config.h | |
parent | 1ce4275dd2c639eb1ce78cba2fd31d4b61f72562 (diff) |
libc: spelling fixes.
Mostly on comments.
Notes
Notes:
svn path=/head/; revision=298830
Diffstat (limited to 'lib/libc/net/res_config.h')
-rw-r--r-- | lib/libc/net/res_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/res_config.h b/lib/libc/net/res_config.h index 05909bca57ba..51b609b48eaf 100644 --- a/lib/libc/net/res_config.h +++ b/lib/libc/net/res_config.h @@ -2,5 +2,5 @@ #define DEBUG 1 /* enable debugging code (needed for dig) */ #define RESOLVSORT /* allow sorting of addresses in gethostbyname */ -#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */ +#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DON'T NEED IT */ #define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */ |