aboutsummaryrefslogtreecommitdiff
path: root/libobjc/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/init.c')
-rw-r--r--libobjc/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/init.c b/libobjc/init.c
index 6124764a2e1..6216546084b 100644
--- a/libobjc/init.c
+++ b/libobjc/init.c
@@ -63,7 +63,7 @@ static struct objc_list *uninitialized_statics = 0; /* !T:MUTEX */
a class twice, we ignore it the second time. On some platforms,
where the order in which modules are loaded is well defined, this
allows you to replace a class in a shared library by linking in a
- new implementation which is loaded in in the right order, and which
+ new implementation which is loaded in the right order, and which
overrides the existing one.
Protected by __objc_runtime_mutex. */