Code cleanup / Cycles:

* Various string and comment fixes.
This commit is contained in:
2013-08-05 01:24:41 +00:00
parent 2497084744
commit d06fa3ba2b
2 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ __device void svm_node_fresnel(ShaderData *sd, float *stack, uint ior_offset, ui
stack_store_float(stack, out_offset, f);
}
/* Blend Weight Node */
/* Layer Weight Node */
__device void svm_node_layer_weight(ShaderData *sd, float *stack, uint4 node)
{