summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-06-16 14:54:17 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-06-16 15:00:17 -0400
commit3890d79b222709c940330209ff392944e6df860c (patch)
tree6d922e79a1ac991a452000e3d3175390c7dfbce2
parent83abce042d02274b7de0a2d6ebddd1c56fc44fd8 (diff)
downloadbfs-3890d79b222709c940330209ff392944e6df860c.tar.xz
main: Update comment for fsade
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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)