summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-10-02 21:59:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-10-02 22:08:14 -0400
commit05a8107ff689284c22b2a89498ade31493c06cfc (patch)
tree4d319c4759df108ddb993837370e7e938bf649b4
parent2cdfeda8840280a35ca5d2142e8037fb33e53345 (diff)
fix comment spelling
-rw-r--r--libs/surfaces/mackie/surface.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/mackie/surface.cc b/libs/surfaces/mackie/surface.cc
index 26526a57b1..eb77e32c97 100644
--- a/libs/surfaces/mackie/surface.cc
+++ b/libs/surfaces/mackie/surface.cc
@@ -961,7 +961,7 @@ Surface::say_hello ()
_port->write (wakeup);
wakeup[4] = 0x15; /* wakup Mackie XT */
_port->write (wakeup);
- wakeup[4] = 0x10; /* wakupe Logic Control */
+ wakeup[4] = 0x10; /* wakeup Logic Control */
_port->write (wakeup);
wakeup[4] = 0x11; /* wakeup Logic Control XT */
_port->write (wakeup);