diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-09-10 15:14:11 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-09-10 15:14:11 -0400 |
commit | 94a804972d9e2099bb38461161e82277e5ab1747 (patch) | |
tree | 091c2c460d5261fd8f02651636a30b19c264877f /bftw.c | |
parent | 53fc5951dc281511a28dcc1392d9f2fc5662660a (diff) | |
download | bfs-94a804972d9e2099bb38461161e82277e5ab1747.tar.xz |
bftw: Fix do/to typo in a comment.
Diffstat (limited to 'bftw.c')
-rw-r--r-- | bftw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |