Minor connection API fixes
[freeradius.git] / src / include / connection.h
index 0e68f42..4d6b884 100644 (file)
@@ -46,10 +46,10 @@ typedef struct fr_connection_pool_t fr_connection_pool_t;
  *
  * There is no delete callback, so operations such as closing sockets and
  * freeing library connection handles should be done by a destructor attached
- * to memory allocated beneath parent.
+ * to memory allocated beneath ctx.
  *
  * @note A function pointer matching this prototype must be passed
- * to fr_connection_pool.
+ * to fr_connection_pool_init.
  *
  * @param[in,out] ctx to allocate memory in.
  * @param[in] opaque pointer passed to fr_connection_pool_init.