]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: utilize
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:18:25 +0000 (17:18 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:18:25 +0000 (17:18 -0400)
src/lib/dhcp/iface_mgr.h

index 2489d20e054aa779a646fb87ebb06846fdba0711..7aea6e43cd8238a2a285a13f8caecf3674b90b94 100644 (file)
@@ -150,7 +150,7 @@ struct SocketInfo {
 /// may require use of fixed-size buffers. The size of such a buffer is
 /// returned by the OS kernel when the socket is opened. Hence, it is
 /// convenient to allocate the buffer when the socket is being opened and
-/// utilze it throughout the lifetime of the socket.
+/// utilize it throughout the lifetime of the socket.
 ///
 /// In order to avoid potentially expensive copies of the @c Iface objects
 /// holding pre-allocated buffers and multiple containers, this class is