From dc04a50ac2aa0bc71db701d0eea857765c2581f0 Mon Sep 17 00:00:00 2001
From: ReinUsesLisp <reinuseslisp@airmail.cc>
Date: Fri, 9 Jul 2021 17:11:47 -0300
Subject: [PATCH] shader: Remove illegal character in SSA pass

---
 src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp b/src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp
index 3c9b020e0..a62d3f56b 100644
--- a/src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp
+++ b/src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp
@@ -5,7 +5,7 @@
 // This file implements the SSA rewriting algorithm proposed in
 //
 //      Simple and Efficient Construction of Static Single Assignment Form.
-//      Braun M., Buchwald S., Hack S., Lei�a R., Mallon C., Zwinkau A. (2013)
+//      Braun M., Buchwald S., Hack S., Leiba R., Mallon C., Zwinkau A. (2013)
 //      In: Jhala R., De Bosschere K. (eds)
 //      Compiler Construction. CC 2013.
 //      Lecture Notes in Computer Science, vol 7791.