diff options
author | Brian <brian@yutani.localnet.net> | 2007-01-16 16:53:41 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-01-16 16:53:41 -0700 |
commit | 3596903068fb989dceefe60ea44f6e98f691c277 (patch) | |
tree | 6c004b488f65e9089751efc81c794650204dde14 | |
parent | 271d504ed72548a44a2a6e3712a10c17f62e243c (diff) |
fix typo
-rw-r--r-- | src/mesa/shader/slang/slang_codegen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_codegen.c b/src/mesa/shader/slang/slang_codegen.c index 666f36b7cf..4213e1c4b4 100644 --- a/src/mesa/shader/slang/slang_codegen.c +++ b/src/mesa/shader/slang/slang_codegen.c @@ -1669,7 +1669,7 @@ _slang_gen_assignment(slang_assemble_ctx * A, slang_operation *oper) { if (oper->children[0].type == slang_oper_identifier && oper->children[1].type == slang_oper_call) { - /* Sspecial case of: x = f(a, b) + /* Special case of: x = f(a, b) * Replace with f(a, b, x) (where x == hidden __retVal out param) */ slang_ir_node *n; |