diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:55:57 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:55:57 +0000 |
commit | 2bda7bda432fb0f867072224dd97e10435c8ad94 (patch) | |
tree | 7ebfd82c2302bee4f9c05fb516c030153fb371d8 /validator/val_utils.h | |
parent | a6c5280ea59f940be13fd6eb0f94ab8360d3d6c9 (diff) |
Notes
Diffstat (limited to 'validator/val_utils.h')
-rw-r--r-- | validator/val_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validator/val_utils.h b/validator/val_utils.h index 649adc2d6559..a837bb8912ba 100644 --- a/validator/val_utils.h +++ b/validator/val_utils.h @@ -70,7 +70,7 @@ enum val_classification { /** A NXDOMAIN response. */ VAL_CLASS_NAMEERROR, /** A CNAME/DNAME chain, and the offset is at the end of it, - * but there is no answer here, it can be NAMERROR or NODATA. */ + * but there is no answer here, it can be NAMEERROR or NODATA. */ VAL_CLASS_CNAMENOANSWER, /** A referral, from cache with a nonRD query. */ VAL_CLASS_REFERRAL, |