summaryrefslogtreecommitdiff
path: root/src/helper/jim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/jim.h')
-rw-r--r--src/helper/jim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/jim.h b/src/helper/jim.h
index b7fae59c..3d3346c2 100644
--- a/src/helper/jim.h
+++ b/src/helper/jim.h
@@ -578,7 +578,7 @@ typedef struct Jim_Reference {
* An NVP Table is terminated with ".name=NULL".
*
* During the 'name2value' operation, if no matching string is found
- * the pointer to the terminal element (with p->name==NULL) is returned.
+ * the pointer to the terminal element (with p->name == NULL) is returned.
*
* Example:
* \code