Cleanup: typo fix in comment
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 16 Jun 2017 23:06:16 +0000 (19:06 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 16 Jun 2017 23:06:16 +0000 (19:06 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/fs-sink/write.c

index 0b0cea42494caa9e28104d49670199f53c851328..feee19472fe086fc7c3a90258e734b50f0ad0053 100644 (file)
@@ -195,7 +195,7 @@ bool valid_single_trace_path(const char *path)
        DIR *dir = opendir(path);
        int ret;
 
-       /* non-existant directory */
+       /* non-existent directory. */
        if (!dir) {
                ret = 0;
                goto end;
This page took 0.024411 seconds and 4 git commands to generate.