Cleanup: fix typos in source code in intern/
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D13532
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
class MEM_RefCounted {
|
||||
public:
|
||||
/**
|
||||
* Constructs a a shared object.
|
||||
* Constructs a shared object.
|
||||
*/
|
||||
MEM_RefCounted() : m_refCount(1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user