]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
minor style issue -- missing periods at ends of sentences/phrasesin comments.
authorDavid Lawrence <source@isc.org>
Wed, 26 Jul 2000 21:32:57 +0000 (21:32 +0000)
committerDavid Lawrence <source@isc.org>
Wed, 26 Jul 2000 21:32:57 +0000 (21:32 +0000)
lib/dns/include/dns/result.h

index 6da4907d92295f4e22ca0edea9dac2ed8af1cf0f..3dc0e41432d5a628375bcf2c9795c095292ac09c 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: result.h,v 1.61 2000/07/13 02:41:20 bwelling Exp $ */
+/* $Id: result.h,v 1.62 2000/07/26 21:32:57 tale Exp $ */
 
 #ifndef DNS_RESULT_H
 #define DNS_RESULT_H 1
 #define DNS_R_NRESULTS                 62      /* Number of results */
 
 /*
- * DNS wire format rcodes
+ * DNS wire format rcodes.
  *
  * By making these their own class we can easily convert them into the
- * wire-format rcode value simply by masking off the resultclass 
+ * wire-format rcode value simply by masking off the resultclass.
  */
 #define DNS_R_NOERROR                  (ISC_RESULTCLASS_DNSRCODE + 0)
 #define DNS_R_FORMERR                  (ISC_RESULTCLASS_DNSRCODE + 1)