summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-01-22 12:02:28 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-01-22 19:49:40 +0100
commitdb981b6085d3557d82178d003368905b48608ff0 (patch)
treea30f3f2ef567f9c03d0519552c0d00437ceb44b7 /libs/pbd
parent7daf620a8dba0772c51b8034ee917a3a73ea3475 (diff)
more consistent terminology in a comment
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd/controllable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/pbd/pbd/controllable.h b/libs/pbd/pbd/controllable.h
index 4168bbc2a0..51aa28a4fe 100644
--- a/libs/pbd/pbd/controllable.h
+++ b/libs/pbd/pbd/controllable.h
@@ -67,12 +67,12 @@ class LIBPBD_API Controllable : public PBD::StatefulDestructible {
* (in order to make controls behave logarithmically).
* 3. `internal' --- as passed to a processor, track, plugin, or whatever.
*
- * Note that in some cases user and processor may be the same
+ * Note that in some cases user and internal may be the same
* (and interface different) e.g. frequency, which is presented
* to the user and passed to the processor in linear terms, but
* which needs log scaling in the interface.
*
- * In other cases, user and interface may be the same (and processor different)
+ * In other cases, user and interface may be the same (and internal different)
* e.g. gain, which is presented to the user in log terms (dB)
* but passed to the processor as a linear quantity.
*/