aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
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.
*