From 8f8417a883d9fb2ceaee12d39bee5e033e4ef26c Mon Sep 17 00:00:00 2001 From: Olivier Guittonneau Date: Sun, 4 Sep 2022 01:08:50 +0200 Subject: [PATCH] Fix typo in comment --- include/cglm/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cglm/common.h b/include/cglm/common.h index 261c9d7..4d2e199 100644 --- a/include/cglm/common.h +++ b/include/cglm/common.h @@ -51,9 +51,9 @@ #endif /* - * Clip control: define GLM_FORCE_DEPTH_ZERO_TO_ONE before including + * Clip control: define CGLM_FORCE_DEPTH_ZERO_TO_ONE before including * CGLM to use a clip space between 0 to 1. - * Coordinate system: define GLM_FORCE_LEFT_HANDED before including + * Coordinate system: define CGLM_FORCE_LEFT_HANDED before including * CGLM to use the left handed coordinate system by default. */