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 <campbell@blender.org>2022-03-25 04:04:16 +0300
committerCampbell Barton <campbell@blender.org>2022-03-25 04:04:16 +0300
commitbbd787275ff5cfebacc859b0789acf769dab3a36 (patch)
tree11839a28ace75cd34783c8761291924e018b85b8 /source/blender/blenlib/BLI_timeit.hh
parent1d2dfc5e9e96917fefe10f4361bb0ad20a93cf6b (diff)
Cleanup: spelling in comments, strings
Diffstat (limited to 'source/blender/blenlib/BLI_timeit.hh')
-rw-r--r--source/blender/blenlib/BLI_timeit.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_timeit.hh b/source/blender/blenlib/BLI_timeit.hh
index 2c89c8dd7ac..8da0a020d99 100644
--- a/source/blender/blenlib/BLI_timeit.hh
+++ b/source/blender/blenlib/BLI_timeit.hh
@@ -68,7 +68,7 @@ class ScopedTimerAveraged {
#define SCOPED_TIMER(name) blender::timeit::ScopedTimer scoped_timer(name)
/**
- * Print the average and minumum runtime of the timer's scope.
+ * Print the average and minimum runtime of the timer's scope.
* \warning This uses static variables, so it is not thread-safe.
*/
#define SCOPED_TIMER_AVERAGED(name) \