glsl: fix spelling of embedded in comment
authorTimothy Arceri <tarceri@itsqueeze.com>
Mon, 27 Mar 2017 22:56:27 +0000 (09:56 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 27 Mar 2017 22:56:27 +0000 (09:56 +1100)
src/compiler/glsl/lower_jumps.cpp

index 1b893e521b85db9db860d2f017c8f6b075e086ec..e165172301ab91536d77d009eaed36a31a01ad66 100644 (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())