summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
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 ae1e5813..b21b0878 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -486,7 +486,7 @@ typedef struct Wave {
// Sound source type
typedef struct Sound {
- void* handle; // A pointer to internal data used by the sound system.
+ void* handle; // A pointer to internal data used by the audio system.
unsigned int source; // OpenAL audio source id
unsigned int buffer; // OpenAL audio buffer id