From 8b06c524d207f5e67ef22d6a1869c94d8f91717f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 4 Mar 2022 10:29:53 +1100 Subject: Cleanup: spelling in comments, function name --- intern/cycles/integrator/path_trace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/integrator/path_trace.cpp') diff --git a/intern/cycles/integrator/path_trace.cpp b/intern/cycles/integrator/path_trace.cpp index eb12b0a6a11..ab134179602 100644 --- a/intern/cycles/integrator/path_trace.cpp +++ b/intern/cycles/integrator/path_trace.cpp @@ -466,7 +466,7 @@ void PathTrace::set_denoiser_params(const DenoiseParams ¶ms) denoiser_ = Denoiser::create(device_, params); /* Only take into account the "immediate" cancel to have interactive rendering responding to - * navigation as quickly as possible, but allow to run denoiser after user hit Esc button while + * navigation as quickly as possible, but allow to run denoiser after user hit Escape key while * doing offline rendering. */ denoiser_->is_cancelled_cb = [this]() { return render_cancel_.is_requested; }; } -- cgit v1.2.3