From 99dd3d1c3ba57b52a34ac2227071f26ddf8fcb4a Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Tue, 28 Mar 2017 09:56:27 +1100 Subject: [PATCH] glsl: fix spelling of embedded in comment --- src/compiler/glsl/lower_jumps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) -- 2.30.2