aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/README
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-06 15:09:07 -0600
commit38e012594edc0e7783e3e6d91960c91469df4164 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/objc/README
parentf103890ba552cf55c0aa79d35968db46785a94d0 (diff)
downloadgcc-38e012594edc0e7783e3e6d91960c91469df4164.zip
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz
gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.bz2
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'gcc/objc/README')
-rw-r--r--gcc/objc/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/README b/gcc/objc/README
index 70cea30..f478d67 100644
--- a/gcc/objc/README
+++ b/gcc/objc/README
@@ -18,7 +18,7 @@ Runtime API functions
The runtime is modeled after the NeXT Objective C runtime. That is,
most functions have semantics as it is known from the NeXT. The
names, however, have changed. All runtime API functions have names
-of lowercase letters and and underscores as opposed to the
+of lowercase letters and underscores as opposed to the
`traditional' mixed case names.
The runtime api functions are not documented as of now.
Someone offered to write it, and did it, but we were not allowed to