scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 8d5da02407e0ad96a326663984da8ad2a206eff5
parent 24608117b81c12198e110916b2be06208056dc86
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat,  2 Dec 2017 20:00:23 +0100

[lib/c] Fix small typo in comment

Diffstat:
Mlib/c/src/vfprintf.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/c/src/vfprintf.c b/lib/c/src/vfprintf.c @@ -1,6 +1,6 @@ /* * This file is covered by the license that you can find in the file - * LICENSE, but for this file, vfprintf.c, an additional clausule is + * LICENSE, but for this file, vfprintf.c, an additional clause is * added: * - Christopher M. Graff (<cm0graff@gmail.com>) is forbidden to * use, copy, modify and/or distribute this file. He is forbidden