aco/lower_to_cssa: Fix typo

Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24906>
This commit is contained in:
Konstantin Seurer
2023-08-28 18:24:36 +02:00
committed by Marge Bot
parent ce4c38ecae
commit 0385dcac5c
+1 -1
View File
@@ -31,7 +31,7 @@
#include <vector>
/*
* Implements an algorithm to lower to Concentional SSA Form (CSSA).
* Implements an algorithm to lower to Conventional SSA Form (CSSA).
* After "Revisiting Out-of-SSA Translation for Correctness, CodeQuality, and Efficiency"
* by B. Boissinot, A. Darte, F. Rastello, B. Dupont de Dinechin, C. Guillon,
*