fix spelling mistakes

This commit is contained in:
Eric Engestrom
2016-04-03 01:17:13 +01:00
parent a42533eca1
commit 6a6d6dda95
7 changed files with 10 additions and 10 deletions

View File

@@ -103,7 +103,7 @@ class TProgram
See `ShaderLang.h` and the usage of it in `StandAlone/StandAlone.cpp` for more
details.
### C Functional Interface (orginal)
### C Functional Interface (orignal)
This interface is in roughly the first 2/3 of `ShaderLang.h`, and referred to
as the `Sh*()` interface, as all the entry points start `Sh`.
@@ -118,7 +118,7 @@ ShCompile(shader, compiler) -> compiler(AST) -> <back end>
```
In practice, `ShCompile()` takes shader strings, default version, and
warning/error and other options for controling compilation.
warning/error and other options for controlling compilation.
Testing
-------