aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 70d29163..483f759e 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -865,7 +865,7 @@ const ALCchar *DevFmtChannelsString(enum DevFmtChannels chans)
{
case DevFmtMono: return "Mono";
case DevFmtStereo: return "Stereo";
- case DevFmtQuad: return "Quad";
+ case DevFmtQuad: return "Quadraphonic";
case DevFmtX51: return "5.1 Surround";
case DevFmtX61: return "6.1 Surround";
case DevFmtX71: return "7.1 Surround";