Replace asprintf() by xasprintf().
[oweals/tinc.git] / src / protocol.c
index 2e93cff40582a0673840f26b97f10813cdc251ff..85133954b89ad642675c480c4e9756a21d5c6640 100644 (file)
@@ -75,7 +75,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 */