summaryrefslogtreecommitdiffstats
path: root/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'printf.h')
-rw-r--r--printf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/printf.h b/printf.h
index 6316c5d..353c82d 100644
--- a/printf.h
+++ b/printf.h
@@ -31,7 +31,7 @@ struct bfs_printf_directive;
struct bfs_printf {
/** The chain of printf directives. */
struct bfs_printf_directive *directives;
- /** Whether the struct stat must be filled in. */
+ /** Whether the struct bfs_stat must be filled in. */
bool needs_stat;
};