summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-02-09 18:04:50 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-02-09 18:04:50 +0100
commit91c2d93a6faceb1179317ae09a9097e4da33daf7 (patch)
tree6b51fef3d2117d63d1845dda6f476709f2c5d97b
parent8316c76d2414bb9e07ab7d1b18a399429c44a95f (diff)
downloadcmocka_website-91c2d93a6faceb1179317ae09a9097e4da33daf7.tar.gz
cmocka_website-91c2d93a6faceb1179317ae09a9097e4da33daf7.tar.xz
cmocka_website-91c2d93a6faceb1179317ae09a9097e4da33daf7.zip
Revert typo fix, it is really SIGILL :)
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 0af3967..39928e9 100644
--- a/index.html
+++ b/index.html
@@ -111,7 +111,7 @@
</div>
<div class="column_3">
<h2 class="icon ok-circle"></h2>
- <h5 class="text normal">Exception handling for signals (SIGSEGV, SIGKILL, ...)</h5>
+ <h5 class="text normal">Exception handling for signals (SIGSEGV, SIGILL, ...)</h5>
<small>cmocka is able to recover the test state if there are
exceptions like a segfault.</small>