Cleanup: fix typos in source code in intern/

Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D13532
This commit is contained in:
Brecht Van Lommel
2022-01-05 15:09:53 +01:00
parent 29ab711efa
commit 86141a75eb
15 changed files with 19 additions and 19 deletions

View File

@@ -41,7 +41,7 @@
class MEM_RefCounted {
public:
/**
* Constructs a a shared object.
* Constructs a shared object.
*/
MEM_RefCounted() : m_refCount(1)
{