]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix typo 2381/head
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 5 Jun 2018 21:13:57 +0000 (17:13 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 5 Jun 2018 21:13:57 +0000 (17:13 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/utils.c

index 04f179821b3866811d2644317a54c8d4e3849e6b..cd5edd6ab6a631348d06c9b704a5fcb3a6cbb532 100644 (file)
@@ -2239,7 +2239,7 @@ int run_command(char *buf, size_t buf_size, int (*child_fn)(void *), void *args)
        int ret, fret, pipefd[2];
        ssize_t bytes;
 
-       /* Make sure our callers do not receive unitialized memory. */
+       /* Make sure our callers do not receive uninitialized memory. */
        if (buf_size > 0 && buf)
                buf[0] = '\0';