summaryrefslogtreecommitdiffstats
path: root/src/extension/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/system.cpp')
-rw-r--r--src/extension/system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/system.cpp b/src/extension/system.cpp
index 888a1076a..f438d84b9 100644
--- a/src/extension/system.cpp
+++ b/src/extension/system.cpp
@@ -411,7 +411,7 @@ get_print(gchar const *key)
* \param doc The XML description of the module
*
* This function basically has two segments. The first is that it goes through the Repr tree
- * provided, and determines what kind of of module this is, and what kind of implementation to use.
+ * provided, and determines what kind of module this is, and what kind of implementation to use.
* All of these are then stored in two enums that are defined in this function. This makes it
* easier to add additional types (which will happen in the future, I'm sure).
*