diff options
Diffstat (limited to '')
-rw-r--r-- | common/name-value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/name-value.c b/common/name-value.c index 10186683f..5094acd03 100644 --- a/common/name-value.c +++ b/common/name-value.c @@ -59,7 +59,7 @@ struct name_value_entry /* The name. Comments and blank lines have NAME set to NULL. */ char *name; - /* The value as stored in the file. We store it when when we parse + /* The value as stored in the file. We store it when we parse a file so that we can reproduce it. */ strlist_t raw_value; |