aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc-sync.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-21 15:38:21 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 15:38:21 +0000
commitcad10e055f078039ad10c2582d18a4441f4c9cad (patch)
tree2bfed6838fc6b4ca67f2f8653daa6500324f72fd /libobjc/objc-sync.c
parent587ae1e3bd7ead48424cdcb9b16d842fa828c6fd (diff)
downloadgcc-cad10e055f078039ad10c2582d18a4441f4c9cad.zip
gcc-cad10e055f078039ad10c2582d18a4441f4c9cad.tar.gz
gcc-cad10e055f078039ad10c2582d18a4441f4c9cad.tar.bz2
class.c: Fix typos.
2013-07-21 Ondřej Bílka <neleai@seznam.cz> * class.c: Fix typos. * encoding.c: Likewise. * init.c: Likewise. * objc-private/runtime.h: Likewise. * objc/runtime.h: Likewise. * objc-sync.c: Likewise. From-SVN: r201097
Diffstat (limited to 'libobjc/objc-sync.c')
-rw-r--r--libobjc/objc-sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/objc-sync.c b/libobjc/objc-sync.c
index ec1a159..b9184e9 100644
--- a/libobjc/objc-sync.c
+++ b/libobjc/objc-sync.c
@@ -390,7 +390,7 @@ objc_sync_exit (id object)
node->usage_count--;
/* Normally, we do not reset object to nil here. We'll
leave the lock associated with that object, at zero
- usage count. This makes it slighly more efficient to
+ usage count. This makes it slightly more efficient to
provide a lock for that object if (as likely)
requested again. If the object is deallocated, we
don't care. It will never match a new lock that is