2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

[master] s/the the/the/

This commit is contained in:
Evan Hunt
2015-08-27 14:11:27 -07:00
parent 4c9ead8b9f
commit bcae9a15c1
2 changed files with 2 additions and 2 deletions

View File

@@ -698,7 +698,7 @@ ATF_TC_BODY(tcp_dscp_v6, tc) {
if ((isc_net_probedscp() & ISC_NET_DSCPRECVV6) != 0) {
/*
* IPV6_RECVTCLASS is undefined for TCP however
* if we do get it should be the the value we set.
* if we do get it it should be the value we set.
*/
if (recv_dscp)
ATF_CHECK_EQ(recv_dscp_value, 056);