summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libradsec-libevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libradsec-libevent.h b/lib/libradsec-libevent.h
index d2fffcd..17e089a 100644
--- a/lib/libradsec-libevent.h
+++ b/lib/libradsec-libevent.h
@@ -76,7 +76,7 @@ int rs_packet_send(const struct rs_conn *conn,
void *user_data);
/** Return the next packet received on @a conn, blocking while waiting.
- The packet returned must be freed using @a rs_packet_free. */
+ The packet returned must be freed using @a rs_packet_free. */
struct rs_packet *rs_packet_receive(const struct rs_conn *conn);