summaryrefslogtreecommitdiffstats
path: root/bftw.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-09-10 15:14:11 -0400
committerTavian Barnes <tavianator@tavianator.com>2016-09-10 15:14:11 -0400
commit94a804972d9e2099bb38461161e82277e5ab1747 (patch)
tree091c2c460d5261fd8f02651636a30b19c264877f /bftw.c
parent53fc5951dc281511a28dcc1392d9f2fc5662660a (diff)
downloadbfs-94a804972d9e2099bb38461161e82277e5ab1747.tar.xz
bftw: Fix do/to typo in a comment.
Diffstat (limited to 'bftw.c')
-rw-r--r--bftw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bftw.c b/bftw.c
index 13f073d..a969cf4 100644
--- a/bftw.c
+++ b/bftw.c
@@ -236,7 +236,7 @@ static struct dircache_entry *dircache_add(struct dircache *cache, struct dircac
}
/**
- * Get the full path do a dircache_entry.
+ * Get the full path to a dircache_entry.
*
* @param entry
* The entry to look up.