Browse Source

spelling: utilize

Josh Soref 7 years ago
parent
commit
3538042d5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/iface_mgr.h

+ 1 - 1
src/lib/dhcp/iface_mgr.h

@@ -150,7 +150,7 @@ struct SocketInfo {
 /// may require use of fixed-size buffers. The size of such a buffer is
 /// 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
 /// 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
 /// 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
 /// In order to avoid potentially expensive copies of the @c Iface objects
 /// holding pre-allocated buffers and multiple containers, this class is
 /// holding pre-allocated buffers and multiple containers, this class is