diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-07-03 21:00:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-07-03 21:00:06 +0300 |
commit | dbcc874f3199814a2c8e8e2d022acaaa662a8ed3 (patch) | |
tree | d992e618d557a3d089d5354fbfbba693ba97aaf8 /gawkapi.h | |
parent | 2b66d88934d49362f1423149d6ae9919660b6704 (diff) | |
parent | 3726632fb30bdbd08f5e030a65d8f4bfb29a79d6 (diff) | |
download | egawk-dbcc874f3199814a2c8e8e2d022acaaa662a8ed3.tar.gz egawk-dbcc874f3199814a2c8e8e2d022acaaa662a8ed3.tar.bz2 egawk-dbcc874f3199814a2c8e8e2d022acaaa662a8ed3.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'gawkapi.h')
-rw-r--r-- | gawkapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -590,7 +590,7 @@ typedef struct gawk_api { /* * Lookup a variable, fill in value. No messing with the value * returned. - * Returns false if the variable doesn't exist* or if the wrong type + * Returns false if the variable doesn't exist or if the wrong type * was requested. In the latter case, vaule->val_type will have * the real type, as described above. * |