From 26e54f02d8ea2db771abb946065ea0c597641be8 Mon Sep 17 00:00:00 2001 From: Trice Helix <81759026+TriceHelix@users.noreply.github.com> Date: Mon, 20 May 2024 14:56:30 +0200 Subject: [PATCH] Fix comment typo in shaderc.hpp "Sets whether the compiler should generates code for max an min" -> "Sets whether the compiler should generate code for max and min" --- libshaderc/include/shaderc/shaderc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libshaderc/include/shaderc/shaderc.hpp b/libshaderc/include/shaderc/shaderc.hpp index 3817af806..a4e93ff84 100644 --- a/libshaderc/include/shaderc/shaderc.hpp +++ b/libshaderc/include/shaderc/shaderc.hpp @@ -365,7 +365,7 @@ class CompileOptions { shaderc_compile_options_set_invert_y(options_, enable); } - // Sets whether the compiler should generates code for max an min which, + // Sets whether the compiler should generate code for max and min which, // if given a NaN operand, will return the other operand. Similarly, the // clamp builtin will favour the non-NaN operands, as if clamp were // implemented as a composition of max and min.