glsl: fix spelling of embedded in comment

This commit is contained in:
Timothy Arceri
2017-03-28 09:56:27 +11:00
parent c1096b7f1d
commit 99dd3d1c3b
+1 -1
View File
@@ -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())