summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-04-22 09:01:48 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-04-22 09:01:48 -0400
commit894aead8fcecffd99339f2825ce71bede7ec9695 (patch)
treee832999b9402ebc3db6fb8bbc553b0dcd7300726 /main.c
parent5382942fc080c0d8f8664f64f0a5709ca9886ccd (diff)
downloadbfs-894aead8fcecffd99339f2825ce71bede7ec9695.tar.xz
pwcache: Rename from passwd.[ch]
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 442f66a..b8063d8 100644
--- a/main.c
+++ b/main.c
@@ -40,7 +40,7 @@
* - dstring.[ch] (a dynamic string library)
* - fsade.[ch] (a facade over non-standard filesystem features)
* - mtab.[ch] (parses the system's mount table)
- * - passwd.[ch] (a cache for the user/group tables)
+ * - pwcache.[ch] (a cache for the user/group tables)
* - spawn.[ch] (spawns processes)
* - stat.[ch] (wraps stat(), or statx() on Linux)
* - time.[ch] (date/time handling utilities)