KhronosGroup / SPIRV-Reflect

SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.
Apache License 2.0
672 stars 147 forks source link

Remove word duplicates in `spirv_reflect.c` #252

Closed Chubercik closed 7 months ago

Chubercik commented 7 months ago

Quick fix for a repetition of the words "target" and "member" in the comments.

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

spencer-lunarg commented 7 months ago

Thanks @Chubercik for the fix!

Chubercik commented 7 months ago

My pleasure! Also sorry for the slight commit bloat, I got tunnel-visioned 😅