From c6635504fec12b8b3fbaa9181f211fb95f3b4224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20A=2E=20Holm?= Date: Sat, 14 Sep 2019 15:37:20 +0200 Subject: [PATCH] README: Fix typo and remove trailing whitespace --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 3a3f90be..d1d34d23 100644 --- a/README +++ b/README @@ -12,14 +12,14 @@ Features: -O0'. - UNLIMITED! Any C dynamic library can be used directly. TCC is - heading torward full ISOC99 compliance. TCC can of course compile + heading toward full ISOC99 compliance. TCC can of course compile itself. - SAFE! tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code. - Compile and execute C source directly. No linking or assembly - necessary. Full C preprocessor included. + necessary. Full C preprocessor included. - C script supported : just add '#!/usr/local/bin/tcc -run' at the first line of your C source, and execute it directly from the command