From 3890d79b222709c940330209ff392944e6df860c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 16 Jun 2019 14:54:17 -0400 Subject: main: Update comment for fsade --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 663dff4..2aba5bc 100644 --- a/main.c +++ b/main.c @@ -37,8 +37,8 @@ * - color.[ch] (for pretty terminal colors) * - diag.[ch] (formats diagnostic messages) * - dstring.[ch] (a dynamic string library) + * - fsade.[ch] (a facade over non-standard filesystem features) * - mtab.[ch] (parses the system's mount table) - * - posix1e.[ch] (wraps POSIX.1e functionality, if present) * - spawn.[ch] (spawns processes) * - stat.[ch] (wraps stat(), or statx() on Linux) * - trie.[ch] (a trie set/map implementation) -- cgit v1.2.3