diff --git a/builtin_printf.cpp b/builtin_printf.cpp index a0b30f641..7f1fb4eca 100644 --- a/builtin_printf.cpp +++ b/builtin_printf.cpp @@ -59,7 +59,7 @@ struct builtin_printf_state_t /* The status of the operation */ int exit_code; - /* Whether we should stop outputting. This gets set in the case of an error, and also with the \c specifier. */ + /* Whether we should stop outputting. This gets set in the case of an error, and also with the \c escape. */ bool early_exit; builtin_printf_state_t() : exit_code(0), early_exit(false)