Mesa (master): microsoft/compiler: correct typo

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 13 08:39:55 UTC 2020


Module: Mesa
Branch: master
Commit: 314f18b22ab4c2776da8e08a1e0913db14ce6e25
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=314f18b22ab4c2776da8e08a1e0913db14ce6e25

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Tue Nov 10 12:23:59 2020 +0100

microsoft/compiler: correct typo

Reviewed-by: Jesse Natalie <jenatali at microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7578>

---

 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 ff8823151b4..e0c47f2aac8 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 {



More information about the mesa-commit mailing list