aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2013-10-01 18:54:30 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2013-10-01 19:54:30 +0100
commit0ccbc13238004e878f742ab82f2566c42e5212f2 (patch)
tree90e0b2533beb0e26f19fa0c0d1d46537a54d60f6 /gcc/doc
parent4393907184b9c9f0427ffa9a6b6800474dfee80d (diff)
downloadgcc-0ccbc13238004e878f742ab82f2566c42e5212f2.zip
gcc-0ccbc13238004e878f742ab82f2566c42e5212f2.tar.gz
gcc-0ccbc13238004e878f742ab82f2566c42e5212f2.tar.bz2
extend.texi (long_call/medium_call/short_call): Typo fix.
* doc/extend.texi (long_call/medium_call/short_call): Typo fix. (__builtin_arc_aligned): Likewise. Co-Authored-By: Diego Novillo <dnovillo@google.com> From-SVN: r203080
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index ef10f4c..5cfa0c8 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -3036,7 +3036,7 @@ attribute is not allowed on types to annotate indirect calls.
@cindex indirect calls on ARC
@cindex indirect calls on ARM
@cindex indirect calls on Epiphany
-These attribute specifies how a particular function is called on
+These attribute specify how a particular function is called on
ARC, ARM and Epiphany - with @code{medium_call} being specific to ARC.
These attributes override the
@option{-mlong-calls} (@pxref{ARM Options} and @ref{ARC Options})
@@ -9027,7 +9027,7 @@ Note that this is different from
@smallexample
__alignof__(*(char *)@var{val}) >= alignval
@end smallexample
-because __alignof__ sees only the type of the dereference, wheras
+because __alignof__ sees only the type of the dereference, whereas
__builtin_arc_align uses alignment information from the pointer
as well as from the pointed-to type.
The information available will depend on optimization level.