Skip to content

Commit b246389

Browse files
committed
Typo fix
1 parent 2eb65ed commit b246389

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
468468
* [SWIG](http://www.swig.org/) - A wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby. [GPL/Output not licensed]
469469
* [V7](https://github.com/cesanta/v7) - An embedded JavaScript engine. [GPL2]
470470
* [V8](http://code.google.com/p/v8/) - A fast JavaScript engine by Google that can be embedded into any C++ application. [BSD]
471-
* [ChakraCore](https://github.com/Microsoft/ChakraCore) -A JavaScript engine by Microsoft that can ben embedded into nodejs. [MIT]
471+
* [ChakraCore](https://github.com/Microsoft/ChakraCore) -A JavaScript engine by Microsoft that can be embedded into nodejs. [MIT]
472472

473473
## Serialization
474474

@@ -569,8 +569,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
569569

570570
* [8cc](https://github.com/rui314/8cc) - A Small C Compiler.
571571
* [c](https://github.com/ryanmjacobs/c) - Compile and execute C "scripts" in one go! [MIT]
572-
* [Clang](http://clang.llvm.org/) - A C compiler for LLVM. Supports C++11/14/1y C11. Developed by LLVM Team. [NCSA]
573-
* [GCC](https://gcc.gnu.org/) - GNU Compiler Collection. Supports C++11/14/1y C11 and OpenMP. [GNU GPL3]
572+
* [Clang](http://clang.llvm.org/) - A C compiler for LLVM. Supports C++11/14/1z C11. Developed by LLVM Team. [NCSA]
573+
* [GCC](https://gcc.gnu.org/) - GNU Compiler Collection. Supports C++11/14/1z C11 and OpenMP. [GNU GPL3]
574574
* [PCC](http://pcc.ludd.ltu.se/) - A very old C compiler. Supports C99.
575575
* [Intel C++ Compiler](https://software.intel.com/en-us/c-compilers) - Developed by Intel.
576576
* [LLVM](http://llvm.org/) - Collection of modular and reusable compiler and toolchain technologies.

0 commit comments

Comments
 (0)