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:
authorThomas Dinges <blender@dingto.org>2011-11-13 15:40:35 +0400
committerThomas Dinges <blender@dingto.org>2011-11-13 15:40:35 +0400
commitb1019a56b54294fc91293c5c43ef46d54950ae84 (patch)
tree61d913d25dd33d1c8576d20f87efb25167381196 /intern/cycles/kernel/kernel_globals.h
parent05d09feeee3cfc70957c079610c8fcbb12a5b711 (diff)
Cycles:
* Typo fix, patch by David on the mailing list.
Diffstat (limited to 'intern/cycles/kernel/kernel_globals.h')
-rw-r--r--intern/cycles/kernel/kernel_globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/kernel_globals.h b/intern/cycles/kernel/kernel_globals.h
index a1b23128b38..ea866221487 100644
--- a/intern/cycles/kernel/kernel_globals.h
+++ b/intern/cycles/kernel/kernel_globals.h
@@ -49,7 +49,7 @@ typedef struct KernelGlobals {
OSLGlobals osl;
#endif
-} KernelGLobals;
+} KernelGlobals;
#endif