BIND 10 trac2000, updated. bb87247db5283a9c406255feb8449ccfefb74c49 [2000] Start comments with a capital letter
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 19 09:00:03 UTC 2014
The branch, trac2000 has been updated
via bb87247db5283a9c406255feb8449ccfefb74c49 (commit)
via 8f858639af900655ea87f54ed7193169ff559088 (commit)
from 916893ac37eeeb169c90c7cf374630a7cfba127b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bb87247db5283a9c406255feb8449ccfefb74c49
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Feb 19 14:28:17 2014 +0530
[2000] Start comments with a capital letter
commit 8f858639af900655ea87f54ed7193169ff559088
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Feb 19 14:27:11 2014 +0530
[2000] Fix spelling mistake
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/testdata/rdata_opt_fromWire1 | 9 ++++-----
src/lib/dns/tests/testdata/rdata_opt_fromWire2 | 2 +-
src/lib/dns/tests/testdata/rdata_opt_fromWire3 | 6 +++---
src/lib/dns/tests/testdata/rdata_opt_fromWire4 | 6 +++---
4 files changed, 11 insertions(+), 12 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/testdata/rdata_opt_fromWire1 b/src/lib/dns/tests/testdata/rdata_opt_fromWire1
index 0ca5f6a..f1005ef 100644
--- a/src/lib/dns/tests/testdata/rdata_opt_fromWire1
+++ b/src/lib/dns/tests/testdata/rdata_opt_fromWire1
@@ -1,16 +1,15 @@
+# Various kinds of OPT RDATA stored in an input buffer
#
-# various kinds of OPT RDATA stored in an input buffer
-#
-# empty RDATA (which is okay)
+# Empty RDATA (which is okay)
#
# 0 1 (bytes)
00 00
#
-# an OPT RR containing an NSID Option
+# An OPT RR containing an NSID Option
# code=3 len=3 ID value (opaque)
# 2 3 4 5 6 7 8 9 10
00 07 00 03 00 03 00 01 02
#
-# short buffer (this can be tested only at the end of the buffer)
+# Short buffer (this can be tested only at the end of the buffer)
# 1 2 3 4 5
00 04 c0 00 02
diff --git a/src/lib/dns/tests/testdata/rdata_opt_fromWire2 b/src/lib/dns/tests/testdata/rdata_opt_fromWire2
index 4f5945c..2c5a11f 100644
--- a/src/lib/dns/tests/testdata/rdata_opt_fromWire2
+++ b/src/lib/dns/tests/testdata/rdata_opt_fromWire2
@@ -1,4 +1,4 @@
-# short RDATA length
+# Short RDATA length
#
# OPT RDATA, RDLEN=1
0001
diff --git a/src/lib/dns/tests/testdata/rdata_opt_fromWire3 b/src/lib/dns/tests/testdata/rdata_opt_fromWire3
index 5ec2def..52db1d8 100644
--- a/src/lib/dns/tests/testdata/rdata_opt_fromWire3
+++ b/src/lib/dns/tests/testdata/rdata_opt_fromWire3
@@ -1,8 +1,8 @@
-# short RDATA length (in second pseudo RR)
+# Short RDATA length (in second pseudo RR)
#
# OPT RDATA, RDLEN=8
0008
-# psuedo RR 1 of size 7 (code=3, len=3)
+# Pseudo RR 1 of size 7 (code=3, len=3)
00 03 00 03 00 01 02
-# psuedo RR 2 of size 7 exhausts RDLEN (code=4, len=3)
+# Pseudo RR 2 of size 7 exhausts RDLEN (code=4, len=3)
00 04 00 03 00 01 02
diff --git a/src/lib/dns/tests/testdata/rdata_opt_fromWire4 b/src/lib/dns/tests/testdata/rdata_opt_fromWire4
index 1b388c3..a302127 100644
--- a/src/lib/dns/tests/testdata/rdata_opt_fromWire4
+++ b/src/lib/dns/tests/testdata/rdata_opt_fromWire4
@@ -2,8 +2,8 @@
#
# OPT RDATA, RDLEN=14 (0x000e)
000e
-# psuedo RR 1 (code=3, len=3)
+# Pseudo RR 1 (code=3, len=3)
00 03 00 03 00 01 02
-# psuedo RR 2 (code=4, len=65535 overflows RDLEN)
+# Pseudo RR 2 (code=4, len=65535 overflows RDLEN)
00 04 ff ff 00 01 02
-# rest of option data is omitted...
+# Rest of option data is omitted...
More information about the bind10-changes
mailing list