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>2016-01-28 09:23:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-28 09:23:12 +0300
commit05dbc470ad9c1f953b5e8d2da5e3f1bfba6d4814 (patch)
treede528cc01ce385cd17d6d0b2fb2624c43a0b78de /source/blender/blenlib/PIL_time_utildefines.h
parenta1d7f67d81bdc7ece8a757ab79d0b64f4e612bfd (diff)
Cleanup: warnings & style
Diffstat (limited to 'source/blender/blenlib/PIL_time_utildefines.h')
-rw-r--r--source/blender/blenlib/PIL_time_utildefines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/PIL_time_utildefines.h b/source/blender/blenlib/PIL_time_utildefines.h
index 3984482f1ec..9157e04a7bf 100644
--- a/source/blender/blenlib/PIL_time_utildefines.h
+++ b/source/blender/blenlib/PIL_time_utildefines.h
@@ -62,7 +62,7 @@
} (void)0
/**
- * _AVERAGED variants do same thing as their basic counterpart, but additionnally add elapsed time to an averaged
+ * _AVERAGED variants do same thing as their basic counterpart, but additionally add elapsed time to an averaged
* static value, useful to get sensible timing of code running fast and often.
*/
#define TIMEIT_START_AVERAGED(var) \