summaryrefslogtreecommitdiffstats
path: root/examples/model-viewer/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/model-viewer/main.cpp')
-rw-r--r--examples/model-viewer/main.cpp2
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