aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/cms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/cms.cpp')
-rw-r--r--sound/softsynth/cms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/cms.cpp b/sound/softsynth/cms.cpp
index 88f04a1ab9..bcce7688d0 100644
--- a/sound/softsynth/cms.cpp
+++ b/sound/softsynth/cms.cpp
@@ -342,7 +342,7 @@ void CMSEmulator::portWriteIntern(int chip, int offset, int data) {
default:
// The CMS allows all registers to be written, so we just output some debug
// message here
- debug(5, "CMS Unkown write to reg %x with %x",reg, data);
+ debug(5, "CMS Unknown write to reg %x with %x",reg, data);
}
}