summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r--fitz/fitz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index 7788ffd6..1f971cd3 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -192,7 +192,7 @@ void fz_var_imp(void *);
* }
*
* 3) The macros are implemented using setjmp and longjmp, and so the standard
- * C restrictions on the use of those functions apply to fz_try/fa_catch
+ * C restrictions on the use of those functions apply to fz_try/fz_catch
* too. In particular, any "truly local" variable that is set between the
* start of fz_try and something in fz_try throwing an exception may become
* undefined as part of the process of throwing that exception.