Skip to content

Commit bbc8e3e

Browse files
committed
Typo
1 parent 52274ac commit bbc8e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/listen/load/proto_load_step.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ static ssize_t mod_read(fr_listen_t *li, void **packet_ctx, fr_time_t *recv_time
126126

127127
/*
128128
* Where the addresses should go. This is a special case
129-
* for proto_radius.
129+
* for proto_load.
130130
*/
131131
address_p = (fr_io_address_t **) packet_ctx;
132132
address = *address_p;
@@ -169,7 +169,7 @@ static ssize_t mod_write(fr_listen_t *li, UNUSED void *packet_ctx, fr_time_t req
169169
thread->stats.total_responses++;
170170

171171
/*
172-
* Tell the load generatopr subsystem that we have a
172+
* Tell the load generator subsystem that we have a
173173
* reply. Then if the load test is done, exit the
174174
* server.
175175
*/

0 commit comments

Comments
 (0)