From: Timothy Arceri Date: Mon, 27 Mar 2017 22:56:27 +0000 (+1100) Subject: glsl: fix spelling of embedded in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99dd3d1c3ba57b52a34ac2227071f26ddf8fcb4a;p=mesa.git glsl: fix spelling of embedded in comment --- diff --git a/src/compiler/glsl/lower_jumps.cpp b/src/compiler/glsl/lower_jumps.cpp index 1b893e521b8..e165172301a 100644 --- a/src/compiler/glsl/lower_jumps.cpp +++ b/src/compiler/glsl/lower_jumps.cpp @@ -940,7 +940,7 @@ lower_continue: */ move_outer_block_inside(ir, &return_if->else_instructions); - /* In case the loop is embeded inside an if add a new return to + /* In case the loop is embedded inside an if add a new return to * the return flag then branch and let a future pass tidy it up. */ if (this->function.signature->return_type->is_void())