diff options
author | Linus Nordberg <linus@nordu.net> | 2010-09-02 01:00:28 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-09-02 01:00:28 +0200 |
commit | 0c6d7ffbda4d46a8f3a561b75b6334eba28df4fd (patch) | |
tree | 1c981cc1042fe9318be8720f87f7f9f7ffca3440 /lib | |
parent | 2efb97a4d9c54f975ca38c3f5b3d4cb8f60dd47b (diff) |
Cosmetic changes.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libradsec-libevent.h | 2 |
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); |