diff options
Diffstat (limited to 'examples/shader-object/main.cpp')
| -rw-r--r-- | examples/shader-object/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shader-object/main.cpp b/examples/shader-object/main.cpp index 8240aa63b..5ab327df7 100644 --- a/examples/shader-object/main.cpp +++ b/examples/shader-object/main.cpp @@ -34,7 +34,7 @@ Result loadShaderProgram( ComPtr<gfx::IShaderProgram>& outShaderProgram, slang::ProgramLayout*& slangReflection) { - // We need to obatin a compilation session (`slang::ISession`) that will provide + // We need to obtain a compilation session (`slang::ISession`) that will provide // a scope to all the compilation and loading of code we do. // // Our example application uses the `gfx` graphics API abstraction layer, which already |
