From 94a804972d9e2099bb38461161e82277e5ab1747 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 10 Sep 2016 15:14:11 -0400 Subject: bftw: Fix do/to typo in a comment. --- bftw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3