From 79a9b70ffb9ba490e3c372d9405232fa8d2e7b9b Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 12 Jan 2022 15:52:04 +0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53cd0ff..9eb890e 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ are some non-default options: * `--enable-guard` - safely return from functions even when assertions are disabled. This option doesn't have effect if your assetion function was set 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: * `--(enable|disable)-guard-cond` * `--(enable|disable)-guard-null`