Skip to content

Commit daa6130

Browse files
authored
Update README.C89
Fix typo.
1 parent 1c5237c commit daa6130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.C89

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COS core generates code conform to ISO C89 but it requires a ISO C99 preprocesso
2525
CosBase (core) can be compiled with a standalone C99 preprocessor and a C89 compiler.
2626

2727
CosStd and other modules require a C99 compiler or a compiler which supports at least
28-
- compound litterals (automatic constructors)
28+
- compound literals (automatic constructors)
2929
- flexible arrays (some class cluster definition like Array)
3030
- 64 bits integers on non 64 bits architectures (class Long)
3131
- complex numbers (class Complex)

0 commit comments

Comments
 (0)