Commit f425c278 authored by Stefan Weil's avatar Stefan Weil Committed by Blue Swirl
Browse files

Fix spelling in comment.

parent 2313086a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ static char *addr_to_string(const char *format,
    }

    /* Enough for the existing format + the 2 vars we're
     * subsituting in. */
     * substituting in. */
    addrlen = strlen(format) + strlen(host) + strlen(serv);
    addr = qemu_malloc(addrlen + 1);
    snprintf(addr, addrlen, format, host, serv);