URI:
       doc: Fix typo in README - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit cd97844f7cd875616f4b97c675b08ce41aee9df3
   DIR parent 52cf2e9986d52e8e812a30b94dc118dabb1aea1f
  HTML Author: Zhaoming Luo <zhml@posteo.com>
       Date:   Fri, 16 Jan 2026 12:15:42 +0000
       
       doc: Fix typo in README
       
       Diffstat:
         M README                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/README b/README
       @@ -314,7 +314,7 @@ f(int g())
                return g();
        }
        
       -Function type names seem unnecesary , because they are used as
       +Function type names seem unnecessary, because they are used as
        an alias of the function pointer types, but it is weird that something
        like sizeof(int (int)) is not allowed (because here it should be
        understood as the size of a function), but f(int (int)) is allowed