From 62c30a4a13166dcd5f6b95f4de47a187a59c3043 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Fri, 14 Aug 2020 22:54:21 +0100 Subject: [PATCH] Fix typo in tcc-doc --- tcc-doc.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcc-doc.texi b/tcc-doc.texi index d7ac7178..65aff2d1 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -354,7 +354,7 @@ fault}. Generate additional support code to check memory allocations and array/pointer bounds. @option{-g} is implied. Note that the generated code is slower and bigger in this case. -The bound checking code is not included in shared libaries. The main executable should always be compiled with the @option{-b}. +The bound checking code is not included in shared libraries. The main executable should always be compiled with the @option{-b}. There are five environment variables that can be used: @table @option