]> git.meshlink.io Git - meshlink/blobdiff - src/protocol.c
Merge branch 'master' into 1.1
[meshlink] / src / protocol.c
index 24ba88b9c9741719a0c6b625eedec9c0a7a73bac..50f6fe73050b269e712554f1e78a1f24929ab386 100644 (file)
@@ -73,7 +73,7 @@ bool send_request(connection_t *c, const char *format, ...) {
 
        cp();
 
-       /* Use vsnprintf instead of vasprintf: faster, no memory
+       /* Use vsnprintf instead of vxasprintf: faster, no memory
           fragmentation, cleanup is automatic, and there is a limit on the
           input buffer anyway */