aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-05-05 22:36:26 -0700
committerChris Robinson <[email protected]>2011-05-05 22:36:26 -0700
commit38db4115fcaa0b36f70b4a4a50b7acd951f28ba4 (patch)
tree58e2070adefb4a719d39b4c9127634555b010746 /OpenAL32/Include/alBuffer.h
parent0e824914b2a60077c4730479f19b0c5da39e94c3 (diff)
Fix a comment
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r--OpenAL32/Include/alBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h
index 2cb025b7..12feee5d 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -7,7 +7,7 @@
extern "C" {
#endif
-/* Input formats (some are currently theoretical) */
+/* User formats */
enum UserFmtType {
UserFmtByte = AL_BYTE,
UserFmtUByte = AL_UNSIGNED_BYTE,