Commment language tweaks.
diff --git a/src/rfc1035.c b/src/rfc1035.c
index 8d9d47d..12b3b95 100644
--- a/src/rfc1035.c
+++ b/src/rfc1035.c
@@ -36,7 +36,7 @@
if ((l = *p++) == 0)
/* end marker */
{
- /* check that there are the correct no of bytes after the name */
+ /* check that there are the correct no. of bytes after the name */
if (!CHECK_LEN(header, p1 ? p1 : p, plen, extrabytes))
return 0;
@@ -156,7 +156,7 @@
memset(addrp, 0, sizeof(struct all_addr));
/* turn name into a series of asciiz strings */
- /* j counts no of labels */
+ /* j counts no. of labels */
for(j = 1,cp1 = name; *namein; cp1++, namein++)
if (*namein == '.')
{
diff --git a/src/rrfilter.c b/src/rrfilter.c
index 36ff347..d6e1fe7 100644
--- a/src/rrfilter.c
+++ b/src/rrfilter.c
@@ -270,7 +270,7 @@
{
/* List of RRtypes which include domains in the data.
0 -> domain
- integer -> no of plain bytes
+ integer -> no. of plain bytes
-1 -> end
zero is not a valid RRtype, so the final entry is returned for