From 314f18b22ab4c2776da8e08a1e0913db14ce6e25 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 10 Nov 2020 12:23:59 +0100 Subject: [PATCH] microsoft/compiler: correct typo Reviewed-by: Jesse Natalie Part-of: --- src/microsoft/compiler/dxil_signature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microsoft/compiler/dxil_signature.h b/src/microsoft/compiler/dxil_signature.h index ff88231..e0c47f2 100644 --- a/src/microsoft/compiler/dxil_signature.h +++ b/src/microsoft/compiler/dxil_signature.h @@ -33,7 +33,7 @@ extern "C" { #endif /* struct taken from DXILContainer - * Enums values were replaced by uint32_t since the must occupy 32 bit + * Enums values were replaced by uint32_t since they must occupy 32 bit */ struct dxil_signature_element { -- 2.7.4