mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Fix typo
This commit is contained in:
parent
fbab6ce995
commit
79a9b70ffb
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ are some non-default options:
|
||||||
* `--enable-guard` - safely return from functions even when assertions are
|
* `--enable-guard` - safely return from functions even when assertions are
|
||||||
disabled. This option doesn't have effect if your assetion function was set
|
disabled. This option doesn't have effect if your assetion function was set
|
||||||
and ends execution of application (kernel). However it prevents crashes and
|
and ends execution of application (kernel). However it prevents crashes and
|
||||||
undefined behabior in other cases. You can also separately enable or disable
|
undefined behavior in other cases. You can also separately enable or disable
|
||||||
guards:
|
guards:
|
||||||
* `--(enable|disable)-guard-cond`
|
* `--(enable|disable)-guard-cond`
|
||||||
* `--(enable|disable)-guard-null`
|
* `--(enable|disable)-guard-null`
|
||||||
|
|
Loading…
Reference in a new issue