summaryrefslogtreecommitdiffstats
path: root/include/ingen/Module.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/Module.hpp')
-rw-r--r--include/ingen/Module.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ingen/Module.hpp b/include/ingen/Module.hpp
index 90f2f930..c9929c0a 100644
--- a/include/ingen/Module.hpp
+++ b/include/ingen/Module.hpp
@@ -46,8 +46,8 @@ public:
/** Library implementing this module.
*
- * This is managed by the World and not this class, since closing the library
- * in this destructor could possibly reference code from the library
+ * This is managed by the World and not this class, since closing the
+ * library in this destructor could possibly reference code from the library
* afterwards and cause a segfault on exit.
*/
std::unique_ptr<Library> library;