summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-01-22 11:57:18 +0100
committerRay <[email protected]>2021-01-22 11:57:18 +0100
commitf2c0981c572f9ea2a93d32eee36a9447bdd549e0 (patch)
tree81fdd2375bcb209a1bc0f344a6f10dff562a9bde /src/raylib.h
parent05dfbf3cd42e63f56d978cafec63f22fd7538e9f (diff)
downloadraylib-f2c0981c572f9ea2a93d32eee36a9447bdd549e0.tar.gz
raylib-f2c0981c572f9ea2a93d32eee36a9447bdd549e0.zip
Review typo
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 4e72fb6b..1bc1fe8b 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