summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-05 14:21:55 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-05 14:21:55 -0400
commitbb99df867f97b14511a7d0cfc4f74d3e5de4ef7b (patch)
tree0d8c57848715c30d06b607ff39c0b2cd6cd8acf4 /libs
parent25603d810ff9b19e41ebc4815d996afc385dc614 (diff)
minor comment change
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd/locale_guard.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/locale_guard.cc b/libs/pbd/locale_guard.cc
index a448cbd24b..62318c6445 100644
--- a/libs/pbd/locale_guard.cc
+++ b/libs/pbd/locale_guard.cc
@@ -70,7 +70,9 @@ LocaleGuard::~LocaleGuard ()
if (current != old_cpp) {
/* the C++ locale should always be "C", that's the default
- * at application start, and ardour never changes it
+ * at application start, and ardour never changes it to
+ * anything but "C".
+ *
* if it's not: some plugin meddled with it.
*/
assert (old_cpp == std::locale::classic ());