summaryrefslogtreecommitdiffstats
path: root/src/lib/asiolink/asiolink.h
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2014-08-06 11:24:16 +0200
committerTomek Mrugalski <tomasz@isc.org>2014-08-06 11:24:16 +0200
commit7ebd4f56e13e230f160f04dcf52e05f4edf4a7ed (patch)
tree35889ffa68c9fd5a97c55a88ca1243bf4dd6682d /src/lib/asiolink/asiolink.h
parent[3417] Bind10 => Kea in many .cc/.h files (diff)
downloadkea-7ebd4f56e13e230f160f04dcf52e05f4edf4a7ed.tar.xz
kea-7ebd4f56e13e230f160f04dcf52e05f4edf4a7ed.zip
[3417] "bind 10" => Kea converted in many .cc/.h files
Diffstat (limited to 'src/lib/asiolink/asiolink.h')
-rw-r--r--src/lib/asiolink/asiolink.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/asiolink/asiolink.h b/src/lib/asiolink/asiolink.h
index 708f368abb..cc8aa7af36 100644
--- a/src/lib/asiolink/asiolink.h
+++ b/src/lib/asiolink/asiolink.h
@@ -35,7 +35,7 @@
/// The \c asiolink namespace is used to define a set of wrapper interfaces
/// for the ASIO library.
///
-/// BIND 10 uses the non-Boost version of ASIO because it's header-only,
+/// Kea uses the non-Boost version of ASIO because it's header-only,
/// i.e., does not require a separate library object to be linked, and thus
/// lowers the bar for introduction.
///
@@ -49,7 +49,7 @@
/// of including header files, ASIO may or may not work on some platforms.
///
/// This wrapper interface is intended to centralize these
-/// problematic issues in a single sub module. Other BIND 10 modules should
+/// problematic issues in a single sub module. Other Kea modules should
/// simply include \c asiolink.h and use the wrapper API instead of
/// including ASIO header files and using ASIO-specific classes directly.
///