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>2020-07-02 05:58:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-02 06:03:46 +0300
commit26ffed74661e4e67d7d7f720404d3f821d824d55 (patch)
tree3227a81eab8158780ccd6c98d664060e422d434c /source/blender/blenlib/intern/bitmap.c
parentafd976a3b483ae0e0bc9547825ff587e5297a23c (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenlib/intern/bitmap.c')
-rw-r--r--source/blender/blenlib/intern/bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/bitmap.c b/source/blender/blenlib/intern/bitmap.c
index d24047397fb..54edcaec2c8 100644
--- a/source/blender/blenlib/intern/bitmap.c
+++ b/source/blender/blenlib/intern/bitmap.c
@@ -20,7 +20,7 @@
/** \file
* \ingroup bli
*
- * Utility functions for variable size bitmasks.
+ * Utility functions for variable size bit-masks.
*/
#include <limits.h>