Cleanup: typo fix in comment
[babeltrace.git] / 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.023006 seconds and 4 git commands to generate.