diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/model-viewer/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/model-viewer/main.cpp b/examples/model-viewer/main.cpp index 8bbc8c979..66a53c245 100644 --- a/examples/model-viewer/main.cpp +++ b/examples/model-viewer/main.cpp @@ -195,7 +195,7 @@ RefPtr<EntryPoint> loadEntryPoint( // Along with the entry points themselves, the `Program` object will // cache information gleaned from Slang's reflection interface. Notably: // -// * The number of `ParamterBlock`s that the program uses +// * The number of `ParameterBlock`s that the program uses // * Information about generic (type) parameters // struct Program : RefObject |
