aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-07-03 21:00:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-07-03 21:00:06 +0300
commitdbcc874f3199814a2c8e8e2d022acaaa662a8ed3 (patch)
treed992e618d557a3d089d5354fbfbba693ba97aaf8 /gawkapi.h
parent2b66d88934d49362f1423149d6ae9919660b6704 (diff)
parent3726632fb30bdbd08f5e030a65d8f4bfb29a79d6 (diff)
downloadegawk-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gawkapi.h b/gawkapi.h
index 8562b5f4..08af4180 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -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.
*