From 11344f2ef348fb839333c9edc4e32309730e69e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 16 Jun 2017 19:06:16 -0400 Subject: [PATCH] Cleanup: typo fix in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- plugins/ctf/fs-sink/write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ctf/fs-sink/write.c b/plugins/ctf/fs-sink/write.c index 0b0cea42..feee1947 100644 --- a/plugins/ctf/fs-sink/write.c +++ b/plugins/ctf/fs-sink/write.c @@ -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; -- 2.34.1