From 4b3e9bb779e0ff745ebe6ab044067c877f7a172c Mon Sep 17 00:00:00 2001 From: Vincent Davis Jr Date: Fri, 4 Apr 2025 11:04:44 -0400 Subject: [PATCH] mat3x2: fix scale comment Signed-off-by: Vincent Davis Jr --- include/cglm/mat3x2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cglm/mat3x2.h b/include/cglm/mat3x2.h index 4328132..52173c0 100644 --- a/include/cglm/mat3x2.h +++ b/include/cglm/mat3x2.h @@ -133,7 +133,7 @@ glm_mat3x2_transpose(mat3x2 src, mat2x3 dest) { } /*! - * @brief Multiply mat2x4 (m) by scalar constant (s). + * @brief Multiply mat3x2 (m) by scalar constant (s). * * @param[in, out] m (src, dest) * @param[in] s float (scalar)