From f2c0981c572f9ea2a93d32eee36a9447bdd549e0 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 22 Jan 2021 11:57:18 +0100 Subject: [PATCH] Review typo --- src/raylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index 4e72fb6b8..1bc1fe8b5 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -113,7 +113,7 @@ #define RL_FREE(ptr) free(ptr) #endif -// NOTE: MSC C++ compiler does not support compound literals (C99 feature) +// NOTE: MSVC C++ compiler does not support compound literals (C99 feature) // Plain structures in C++ (without constructors) can be initialized from { } initializers. #if defined(__cplusplus) #define CLITERAL(type) type