summaryrefslogtreecommitdiff
path: root/src/misc/countedptr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/countedptr.hpp')
-rw-r--r--src/misc/countedptr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/countedptr.hpp b/src/misc/countedptr.hpp
index 83d0e036d..1364197dc 100644
--- a/src/misc/countedptr.hpp
+++ b/src/misc/countedptr.hpp
@@ -53,7 +53,7 @@ public:
}
protected:
- /** add one ref to the underlaying object */
+ /** add one ref to the underlying object */
inline void AddRef()
{
if (m_pT != nullptr) m_pT->AddRef();