aboutsummaryrefslogtreecommitdiff
path: root/common/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/error.h')
-rw-r--r--common/error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/error.h b/common/error.h
index 86d891b48b..dcbe670bfc 100644
--- a/common/error.h
+++ b/common/error.h
@@ -93,8 +93,8 @@ public:
/**
* Construct a new Error with the specified error code and an augmented
- * error message. Specifically, the provided extra text is appended
- * to the default message, with ": " inserted in between.
+ * error message. Specifically, the provided extra text is suitably
+ * appended to the default message.
*/
Error(ErrorCode code, const String &extra);