diff options
Diffstat (limited to 'src/lib/dns/tests/rdata_srv_unittest.cc')
-rw-r--r-- | src/lib/dns/tests/rdata_srv_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dns/tests/rdata_srv_unittest.cc b/src/lib/dns/tests/rdata_srv_unittest.cc index bde2151179..b9842af970 100644 --- a/src/lib/dns/tests/rdata_srv_unittest.cc +++ b/src/lib/dns/tests/rdata_srv_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -181,7 +181,7 @@ TEST_F(Rdata_SRV_Test, toText) { } TEST_F(Rdata_SRV_Test, compare) { - // test RDATAs, sorted in the ascendent order. + // test RDATAs, sorted in the ascending order. vector<in::SRV> compare_set; compare_set.push_back(in::SRV("1 5 1500 a.example.com.")); compare_set.push_back(in::SRV("2 5 1500 a.example.com.")); |