aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-21 15:33:00 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 15:33:00 +0000
commit587ae1e3bd7ead48424cdcb9b16d842fa828c6fd (patch)
tree48bb764e6ec6d486005ead4ad2fc25feab85caed /gcc/objc/objc-act.c
parent5b70b3e44baf317b001b78919429a7e63af50742 (diff)
downloadgcc-587ae1e3bd7ead48424cdcb9b16d842fa828c6fd.zip
gcc-587ae1e3bd7ead48424cdcb9b16d842fa828c6fd.tar.gz
gcc-587ae1e3bd7ead48424cdcb9b16d842fa828c6fd.tar.bz2
Fix some typos.
2013-07-21 Ondřej Bílka <neleai@seznam.cz> * objc-act.c: Fix typos. * objc-encoding.c: Likewise. * objc-gnu-runtime-abi-01.c: Likewise. * objc-next-runtime-abi-01.c: Likewise. * objc-next-runtime-abi-02.c: Likewise. From-SVN: r201096
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r--gcc/objc/objc-act.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index 23fd686..95ec4ec 100644
--- a/gcc/objc/objc-act.c
+++ b/gcc/objc/objc-act.c
@@ -1401,7 +1401,7 @@ objc_maybe_build_component_ref (tree object, tree property_ident)
object.component dot-syntax without a declared
property (this is valid for classes too). Look
for getter/setter methods and internally declare
- an artifical property based on them if found. */
+ an artificial property based on them if found. */
x = maybe_make_artificial_property_decl (NULL_TREE,
NULL_TREE,
rprotos,