[Bf-blender-cvs] [daeb306] master: Cleanup: typos

Campbell Barton noreply at git.blender.org
Sun May 17 09:27:34 CEST 2015


Commit: daeb3069cfbc0e5997e6d850adc968d17864baba
Author: Campbell Barton
Date:   Sun May 17 16:09:32 2015 +1000
Branches: master
https://developer.blender.org/rBdaeb3069cfbc0e5997e6d850adc968d17864baba

Cleanup: typos

===================================================================

M	intern/cycles/device/device_opencl.cpp
M	intern/cycles/kernel/kernel_types.h
M	source/blender/depsgraph/intern/depsgraph.h
M	source/blender/editors/interface/interface_handlers.c

===================================================================

diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp
index f77b567..e329ee4 100644
--- a/intern/cycles/device/device_opencl.cpp
+++ b/intern/cycles/device/device_opencl.cpp
@@ -3327,7 +3327,7 @@ Device *device_opencl_create(DeviceInfo& info, Stats &stats, bool background)
 		const bool force_split_kernel =
 			getenv("CYCLES_OPENCL_SPLIT_KERNEL_TEST") != NULL;
 		/* TODO(sergey): Replace string lookups with more enum-like API,
-		 * similar to device/venfdor checks blender's gpu.
+		 * similar to device/vendor checks blender's gpu.
 		 */
 		if(force_split_kernel ||
 		   (platform_name == "AMD Accelerated Parallel Processing" &&
diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h
index 294a491..68cf667 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -471,7 +471,7 @@ typedef struct Ray {
  * reshuffle. And at the same time reshuffle will cause
  * less optimal CPU code in certain places.
  *
- * We'll get rid of this nasty eception once AMD compiler
+ * We'll get rid of this nasty exception once AMD compiler
  * is fixed.
  */
 #ifndef __KERNEL_OPENCL_AMD__
diff --git a/source/blender/depsgraph/intern/depsgraph.h b/source/blender/depsgraph/intern/depsgraph.h
index 0232410..c693f4a 100644
--- a/source/blender/depsgraph/intern/depsgraph.h
+++ b/source/blender/depsgraph/intern/depsgraph.h
@@ -195,7 +195,7 @@ struct Depsgraph {
 };
 
 /**
- * Helper macros for interating over set of relationship links
+ * Helper macros for iterating over set of relationship links
  * incident on each node.
  *
  * \note it is safe to perform removal operations here...
diff --git a/source/blender/editors/interface/interface_handlers.c b/source/blender/editors/interface/interface_handlers.c
index 7e970a1..9db6ce7 100644
--- a/source/blender/editors/interface/interface_handlers.c
+++ b/source/blender/editors/interface/interface_handlers.c
@@ -3470,8 +3470,8 @@ int ui_but_menu_direction(uiBut *but)
 }
 
 /**
- * Hack for uiList UI_BTYPE_LISTROW buttons to "give" events to overlaying UI_BTYPE_TEXT buttons
- * (cltr-clic rename feature & co).
+ * Hack for #uiList #UI_BTYPE_LISTROW buttons to "give" events to overlaying #UI_BTYPE_TEXT buttons
+ * (Ctrl-Click rename feature & co).
  */
 static uiBut *ui_but_list_row_text_activate(
         bContext *C, uiBut *but, uiHandleButtonData *data, const wmEvent *event,




More information about the Bf-blender-cvs mailing list