From 073bcc10c7a3977ab1b32f9b3ae0d2a39e1d8e42 Mon Sep 17 00:00:00 2001 From: Andrew Adams Date: Fri, 9 Jul 2021 15:19:46 -0700 Subject: Fix typo in comment. (#1907) Co-authored-by: jsmall-nvidia --- examples/shader-object/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/shader-object') 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& 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 -- cgit v1.2.3