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:
authorBrecht Van Lommel <brecht@blender.org>2022-01-05 17:09:53 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-01-05 17:35:30 +0300
commit86141a75ebc5d0517edf71f2bc2fe7d0d13d8b5e (patch)
treeb42fe0b9d11fa59260ad68a9be000bea46f048f7 /intern/memutil
parent29ab711efa01a94d7d407c29755cd697dbd02276 (diff)
Cleanup: fix typos in source code in intern/
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D13532
Diffstat (limited to 'intern/memutil')
-rw-r--r--intern/memutil/MEM_RefCounted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/memutil/MEM_RefCounted.h b/intern/memutil/MEM_RefCounted.h
index 319effdebaf..71be4b62f12 100644
--- a/intern/memutil/MEM_RefCounted.h
+++ b/intern/memutil/MEM_RefCounted.h
@@ -41,7 +41,7 @@
class MEM_RefCounted {
public:
/**
- * Constructs a a shared object.
+ * Constructs a shared object.
*/
MEM_RefCounted() : m_refCount(1)
{