projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1096b7
)
glsl: fix spelling of embedded in comment
author
Timothy Arceri
<tarceri@itsqueeze.com>
Mon, 27 Mar 2017 22:56:27 +0000
(09:56 +1100)
committer
Timothy Arceri
<tarceri@itsqueeze.com>
Mon, 27 Mar 2017 22:56:27 +0000
(09:56 +1100)
src/compiler/glsl/lower_jumps.cpp
patch
|
blob
|
history
diff --git
a/src/compiler/glsl/lower_jumps.cpp
b/src/compiler/glsl/lower_jumps.cpp
index 1b893e521b85db9db860d2f017c8f6b075e086ec..e165172301ab91536d77d009eaed36a31a01ad66 100644
(file)
--- 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 embed
d
ed 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())