diff options
Diffstat (limited to 'src/lib/dns/labelsequence.cc')
-rw-r--r-- | src/lib/dns/labelsequence.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dns/labelsequence.cc b/src/lib/dns/labelsequence.cc index c5682c3c7d..686efa65bf 100644 --- a/src/lib/dns/labelsequence.cc +++ b/src/lib/dns/labelsequence.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2012-2015,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 @@ -19,7 +19,7 @@ namespace dns { LabelSequence::LabelSequence(const void* buf) { #ifdef ENABLE_DEBUG - // In non-debug mode, derefencing the NULL pointer further below + // In non-debug mode, dereferencing the NULL pointer further below // will lead to a crash, so disabling this check is not // unsafe. Except for a programming mistake, this case should not // happen. |