From 76471dbd5e2efbbc3a4d4b3a1a26fe0649f31cff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Nov 2021 09:10:05 +1100 Subject: Cleanup: capitalize NOTE tag --- intern/clog/clog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/clog') diff --git a/intern/clog/clog.c b/intern/clog/clog.c index 13f656d67ab..3501197511a 100644 --- a/intern/clog/clog.c +++ b/intern/clog/clog.c @@ -388,7 +388,7 @@ static void clg_ctx_fatal_action(CLogContext *ctx) static void clg_ctx_backtrace(CLogContext *ctx) { - /* Note: we avoid writing to 'FILE', for back-trace we make an exception, + /* NOTE: we avoid writing to 'FILE', for back-trace we make an exception, * if necessary we could have a version of the callback that writes to file * descriptor all at once. */ ctx->callbacks.backtrace_fn(ctx->output_file); -- cgit v1.2.3