diff options
author | Timothy Arceri <[email protected]> | 2017-03-28 09:56:27 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-03-28 09:56:27 +1100 |
commit | 99dd3d1c3ba57b52a34ac2227071f26ddf8fcb4a (patch) | |
tree | b41b849ea95bec18e67ef357f3e2428e9cfe30db /src/compiler | |
parent | c1096b7f1d49f33c85b1042f82ccb063f63e7c20 (diff) |
glsl: fix spelling of embedded in comment
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/glsl/lower_jumps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |