diff options
Diffstat (limited to 'src/lib/dns/serial.h')
-rw-r--r-- | src/lib/dns/serial.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dns/serial.h b/src/lib/dns/serial.h index b9dbcda2fb..7c7e3381b0 100644 --- a/src/lib/dns/serial.h +++ b/src/lib/dns/serial.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-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 @@ -58,7 +58,7 @@ public: /// \brief Direct assignment from value /// - /// \param value the uint32_t value to assing + /// \param value the uint32_t value to assign void operator=(uint32_t value) { value_ = value; } /// \brief Returns the uint32_t representation of this serial value |