summaryrefslogtreecommitdiff
path: root/main/astobj2.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/astobj2.c')
-rw-r--r--main/astobj2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/astobj2.c b/main/astobj2.c
index da2d44e51..63058e19e 100644
--- a/main/astobj2.c
+++ b/main/astobj2.c
@@ -866,7 +866,7 @@ int __ao2_weakproxy_set_object(void *weakproxy, void *obj, int flags,
ao2_unlock(weakproxy);
/* It is possible for obj to be accessed now. It's allowed
* for weakproxy to already be in a container. Another thread
- * could have been waiting for a lock on weakproxy to retreive
+ * could have been waiting for a lock on weakproxy to retrieve
* the object.
*/
}