summaryrefslogtreecommitdiff
path: root/src/helper/jim.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-23 22:42:03 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-23 22:42:03 +0000
commit3813fda44adcea486b7308423a699f63d79273ee (patch)
treef515b454cfaea4806d0d307c1d19f1e3081482d1 /src/helper/jim.h
parentaea6815462d3302f7f8b6576f59320d5f5985642 (diff)
downloadopenocd_libswd-3813fda44adcea486b7308423a699f63d79273ee.tar.gz
openocd_libswd-3813fda44adcea486b7308423a699f63d79273ee.tar.bz2
openocd_libswd-3813fda44adcea486b7308423a699f63d79273ee.tar.xz
openocd_libswd-3813fda44adcea486b7308423a699f63d79273ee.zip
- Fixes '==' whitespace
- Replace ')\(==\)\(\w\)' with ') \1 \2'. - Replace '\(\w\)\(==\)\(\w\)' with '\1 \2 \3'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2371 b42882b7-edfa-0310-969c-e2dbd0fdcd60
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