summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/example_new.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/example_new.conf b/data/example_new.conf
index 1d00d9cb3..a3e9d6a60 100644
--- a/data/example_new.conf
+++ b/data/example_new.conf
@@ -7,8 +7,7 @@
* The format of this file is fairly simple: three types of comments are supported:
* - All text after a '#' on a line is ignored, as in shell scripting
* - All text after '//' on a line is ignored, as in C++
- * - A block of text started with '/*' and ended with '*/' is ignored, as in C
- * (and this particular comment block).
+ * - A block of text like this one is ignored, as in C
*
* Outside of comments, there are three structures: blocks, keys, and values.
*