Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-10-17 05:53:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-17 05:53:29 +0400
commitfa06aab433d61949506b2291f69d05caf7cf5d6a (patch)
treec0c3c484947cbfcb4a95c9fbe1160efa4887c5d2 /intern/cycles
parentaeda5142ef41ce69264166a5d7e31f2c110c0096 (diff)
code cleanup: add check spelling osl
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/kernel/osl/nodes/node_brightness.osl8
-rw-r--r--intern/cycles/kernel/osl/nodes/node_bump.osl2
2 files changed, 5 insertions, 5 deletions
diff --git a/intern/cycles/kernel/osl/nodes/node_brightness.osl b/intern/cycles/kernel/osl/nodes/node_brightness.osl
index 2074623e3ff..8e9f5c9c796 100644
--- a/intern/cycles/kernel/osl/nodes/node_brightness.osl
+++ b/intern/cycles/kernel/osl/nodes/node_brightness.osl
@@ -32,10 +32,10 @@ shader node_brightness(
float bright_factor = Brightness / 100.0;
/*
- * The algorithm is by Werner D. Streidt
- * (http://visca.com/ffactory/archives/5-99/msg00021.html)
- * Extracted of OpenCV demhist.c
- */
+ * The algorithm is by Werner D. Streidt
+ * (http://visca.com/ffactory/archives/5-99/msg00021.html)
+ * Extracted of OpenCV demhist.c
+ */
if (Contrast > 0.0) {
a = (a < 0.0 ? 1.0 / a : 0.0);
diff --git a/intern/cycles/kernel/osl/nodes/node_bump.osl b/intern/cycles/kernel/osl/nodes/node_bump.osl
index 2fda73dabd5..dbc554e0a72 100644
--- a/intern/cycles/kernel/osl/nodes/node_bump.osl
+++ b/intern/cycles/kernel/osl/nodes/node_bump.osl
@@ -18,7 +18,7 @@
#include "stdosl.h"
-/* "Bump Mapping Unparametrized Surfaces on the GPU"
+/* "Bump Mapping Unparameterized Surfaces on the GPU"
* Morten S. Mikkelsen, 2010 */
surface node_bump(