diff options
Diffstat (limited to 'nameser.h')
-rw-r--r-- | nameser.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ #define T_UID 101 /* user ID */ #define T_GID 102 /* group ID */ #define T_UNSPEC 103 /* Unspecified format (binary data) */ -#define T_UNSPECA 104 /* "unspecified ascii". Ugly MIT hack */ +#define T_UNSPECA 104 /* "unspecified ASCII". Ugly MIT hack */ /* Query type values which do not appear in resource records */ #define T_TKEY 249 /* Transaction Key [RFC2930] */ #define T_TSIG 250 /* Transaction Signature [RFC2845] */ |