diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2014-08-06 11:24:16 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2014-08-06 11:24:16 +0200 |
commit | 7ebd4f56e13e230f160f04dcf52e05f4edf4a7ed (patch) | |
tree | 35889ffa68c9fd5a97c55a88ca1243bf4dd6682d /src/lib/dns/name_internal.h | |
parent | [3417] Bind10 => Kea in many .cc/.h files (diff) | |
download | kea-7ebd4f56e13e230f160f04dcf52e05f4edf4a7ed.tar.xz kea-7ebd4f56e13e230f160f04dcf52e05f4edf4a7ed.zip |
[3417] "bind 10" => Kea converted in many .cc/.h files
Diffstat (limited to 'src/lib/dns/name_internal.h')
-rw-r--r-- | src/lib/dns/name_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dns/name_internal.h b/src/lib/dns/name_internal.h index d60ee7af47..9bd50cc55a 100644 --- a/src/lib/dns/name_internal.h +++ b/src/lib/dns/name_internal.h @@ -23,7 +23,7 @@ // library. // // Note: if it turns out that we need this shortcut for many other places -// we may even want to make it expose to other BIND 10 modules, but for now +// we may even want to make it expose to other Kea modules, but for now // we'll keep it semi-private (note also that except for very performance // sensitive applications the standard std::tolower() function should be just // sufficient). |