diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-09-28 21:13:41 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2010-09-28 21:17:33 -0700 |
commit | 565ff676887fc40b4715b44d9407c638480485e6 (patch) | |
tree | 3cfcf01c9c993dced853b388d75e1bc0bb003a00 | |
parent | 1747aa6755088398108febb121a80d9572c1533e (diff) |
glsl: "Copyright", not "Constantright"
Clearly this started out as ir_copy_propagation.cpp, but the search and
replace was a bit overzealous.
-rw-r--r-- | src/glsl/ir_constant_propagation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ir_constant_propagation.cpp b/src/glsl/ir_constant_propagation.cpp index 390f295d6e..5d875b7be0 100644 --- a/src/glsl/ir_constant_propagation.cpp +++ b/src/glsl/ir_constant_propagation.cpp @@ -1,5 +1,5 @@ /* - * Constantright © 2010 Intel Corporation + * Copyright © 2010 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * constant of this software and associated documentation files (the "Software"), |