asahi: fix a few typos

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21947>
This commit is contained in:
Eric Engestrom
2023-03-16 07:51:57 +00:00
committed by Marge Bot
parent b6878d456f
commit 8e6ac35658
8 changed files with 15 additions and 15 deletions

View File

@@ -375,7 +375,7 @@ op("phi", _, srcs = VARIABLE)
op("unit_test", _, dests = 0, srcs = 1, can_eliminate = False)
# Like mov, but takes a register and can only appear at the start. Gauranteed
# Like mov, but takes a register and can only appear at the start. Guaranteed
# to be coalesced during RA, rather than lowered to a real move.
op("preload", _, srcs = 1)