diff options
Diffstat (limited to 'src/irr_ptr.h')
-rw-r--r-- | src/irr_ptr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irr_ptr.h b/src/irr_ptr.h index 42b409676..43add00da 100644 --- a/src/irr_ptr.h +++ b/src/irr_ptr.h @@ -149,7 +149,7 @@ public: /** Constructs a shared pointer as a *secondary* reference to an object * * This function is intended to make a temporary reference to an object which - * is owned elsewhere so that it is not destroyed too early. To acheive that + * is owned elsewhere so that it is not destroyed too early. To achieve that * it does balanced reference counting, i.e. reference count is increased * in this function and decreased when the returned pointer is destroyed. */ |