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>2015-05-17 09:09:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-05-17 09:09:32 +0300
commitdaeb3069cfbc0e5997e6d850adc968d17864baba (patch)
tree849f792486b6fcae6c614b98297987a15eefc361
parent6ba128129d871b656623ce231fd7cba7a4d7af1d (diff)
Cleanup: typos
-rw-r--r--intern/cycles/device/device_opencl.cpp2
-rw-r--r--intern/cycles/kernel/kernel_types.h2
-rw-r--r--source/blender/depsgraph/intern/depsgraph.h2
-rw-r--r--source/blender/editors/interface/interface_handlers.c4
4 files changed, 5 insertions, 5 deletions
diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp
index f77b567a093..e329ee495c2 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 294a491c532..68cf6674b9d 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 0232410b958..c693f4aa3b0 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 7e970a13e03..9db6ce77d76 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,