aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/README
diff options
context:
space:
mode:
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 70cea30ee2f..f478d67dec8 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