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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-09-10 02:45:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-10 02:45:25 +0300
commit5badf1653173a23607244ebbda72c710860ea795 (patch)
treeeb1519f5642fc7b10aa1162492c2415b87171d9b /intern
parent0721fbb6e1e28bb7afd33f3c4d00c0fd53e292cb (diff)
Cleanup: spelling
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/render/svm.h4
-rw-r--r--intern/cycles/util/util_task.h2
2 files changed, 2 insertions, 4 deletions
diff --git a/intern/cycles/render/svm.h b/intern/cycles/render/svm.h
index 61923fc40ac..dd557de52d6 100644
--- a/intern/cycles/render/svm.h
+++ b/intern/cycles/render/svm.h
@@ -87,9 +87,7 @@ class SVMCompiler {
/* Total time spent on all routines. */
double time_total;
- /* A full multiline description of the state of the compiler after
- * compilation.
- */
+ /* A full multi-line description of the state of the compiler after compilation. */
string full_report() const;
};
diff --git a/intern/cycles/util/util_task.h b/intern/cycles/util/util_task.h
index a56ca62f62c..d3c3c11f8e2 100644
--- a/intern/cycles/util/util_task.h
+++ b/intern/cycles/util/util_task.h
@@ -47,7 +47,7 @@ class TaskPool {
/* Number of all tasks handled by this pool. */
int num_tasks_handled;
- /* A full multiline description of the state of the pool after
+ /* A full multi-line description of the state of the pool after
* all work is done.
*/
string full_report() const;