From c92f2787c30fe68d779189a6d74ce9d2aa5fe4aa Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:31 -0500 Subject: [PATCH] spelling: chrome Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/glm/detail/_fixes.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/glm/detail/_fixes.hpp b/includes/glm/detail/_fixes.hpp index a503c7c..64eea0d 100644 --- a/includes/glm/detail/_fixes.hpp +++ b/includes/glm/detail/_fixes.hpp @@ -20,7 +20,7 @@ #undef isinf #endif -//! Workaround for Chrone Native Client +//! Workaround for Chrome Native Client #ifdef log2 #undef log2 #endif