aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_receive.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:51:52 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:51:52 +0100
commit9b85bc01ab1cc85893a02158f8baedbae2f873bc (patch)
tree84353b3b5daed0156c4808fdc04023c840046db8 /libaxl_receive.c
parentUpdate e-mail (diff)
downloadlibaxl-9b85bc01ab1cc85893a02158f8baedbae2f873bc.tar.gz
libaxl-9b85bc01ab1cc85893a02158f8baedbae2f873bc.tar.bz2
libaxl-9b85bc01ab1cc85893a02158f8baedbae2f873bc.tar.xz
fix docHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libaxl_receive.c')
-rw-r--r--libaxl_receive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaxl_receive.c b/libaxl_receive.c
index a4c05dc..73bdd3c 100644
--- a/libaxl_receive.c
+++ b/libaxl_receive.c
@@ -65,7 +65,7 @@ static const char *const reply_formats[] = {
* d = data, uses %, align output to (void *) and enter
* * = following are repeated, align output to (void *) and enter
* & = * but requires allocation (there is only support for use once) (choose padding after alignment)
- * / = end of * or &, for & unless finished realigned output and start over
+ * / = end of * or &, for & unless finished, realign output and start over
* p = padding, align input to byte-quad
*/
[0] = NULL,