summaryrefslogtreecommitdiffstats
path: root/src/translators/btparse/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/btparse/input.c')
-rw-r--r--src/translators/btparse/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translators/btparse/input.c b/src/translators/btparse/input.c
index c50468e..03668af 100644
--- a/src/translators/btparse/input.c
+++ b/src/translators/btparse/input.c
@@ -164,7 +164,7 @@ finish_parse (int **err_counts)
@RETURNS : false if there were serious errors in the recently-parsed input
true otherwise (no errors or just warnings)
@DESCRIPTION: Gets the "error status" bitmap relative to a saved set of
- error counts and tqmasks of non-serious errors.
+ error counts and masks of non-serious errors.
@GLOBALS :
@CALLS :
@CALLERS :
@@ -178,7 +178,7 @@ parse_status (int *saved_counts)
/*
* This bit-twiddling fetches the error status (which has a bit
- * for each error class), tqmasks off the bits for trivial errors
+ * for each error class), masks off the bits for trivial errors
* to get "true" if there were any serious errors, and then
* returns the opposite of that.
*/