summaryrefslogtreecommitdiff
path: root/lib/libradsec.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libradsec.h')
-rw-r--r--lib/libradsec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libradsec.h b/lib/libradsec.h
index 9783322..9d9ee9c 100644
--- a/lib/libradsec.h
+++ b/lib/libradsec.h
@@ -130,7 +130,7 @@ struct rs_packet *rs_packet_receive(const struct rs_conn *conn);
three different ways, from easiest to hairiest:
i) Blocking i/o model: User passes NULL for the callbacks in
- rc_conn_open() and the open, send and receive calls will block
+ rs_conn_open() and the open, send and receive calls will block
until the wanted event occurs. Other events occurring while
waiting will be either silently discarded or signaled as an error
(f.ex. broken connection while sending).