diff options
Diffstat (limited to 'test/cairo-test.c')
-rw-r--r-- | test/cairo-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cairo-test.c b/test/cairo-test.c index d93468bdb..dbfbf7e34 100644 --- a/test/cairo-test.c +++ b/test/cairo-test.c @@ -1470,7 +1470,7 @@ UNWIND_STRINGS: #include <signal.h> #include <setjmp.h> /* Used to catch crashes in a test, so that we report it as such and - * continue testing, although one crasher may already have corrupted memory in + * continue testing, although one crash may already have corrupted memory in * an nonrecoverable fashion. */ static jmp_buf jmpbuf; |