meson: correct typo in comment
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 13 Mar 2023 08:04:33 +0000 (09:04 +0100)
committerMarge Bot <emma+marge@anholt.net>
Thu, 16 Mar 2023 10:31:04 +0000 (10:31 +0000)
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21868>

meson.build

index e6801c7..2f329d0 100644 (file)
@@ -956,7 +956,7 @@ if cc.get_argument_syntax() == 'msvc'
     '/wd4056',  # overflow in floating-point constant arithmetic
     '/wd4244',  # conversion from 'type1' to 'type2', possible loss of data
     '/wd4267',  # 'var' : conversion from 'size_t' to 'type', possible loss of data
-    '/wd4305',  # trancation from 'type1' to 'type2'
+    '/wd4305',  # truncation from 'type1' to 'type2'
     '/wd4351',  # new behavior: elements of array 'array' will be default initialized
     '/wd4756',  # overflow in constant arithmetic
     '/wd4800',  # forcing value to bool 'true' or 'false' (performance warning)