aboutsummaryrefslogtreecommitdiff
path: root/gold/aarch64-reloc.def
diff options
context:
space:
mode:
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>2016-11-25 21:01:49 +0100
committerAlan Modra <amodra@gmail.com>2016-11-27 15:09:18 +1030
commit6223ef94973400bbe2d98885b2a4e36cdb47c800 (patch)
treea1e03d70f0897b11b145ba841a0891f58be9f6e5 /gold/aarch64-reloc.def
parentd14a6a9e17f28437a231e17734bfdaf557de0a13 (diff)
downloadfsf-binutils-gdb-6223ef94973400bbe2d98885b2a4e36cdb47c800.zip
fsf-binutils-gdb-6223ef94973400bbe2d98885b2a4e36cdb47c800.tar.gz
fsf-binutils-gdb-6223ef94973400bbe2d98885b2a4e36cdb47c800.tar.bz2
Fix spelling in comments in .def files (gold)
* aarch64-reloc.def: Fix spelling in comments.
Diffstat (limited to 'gold/aarch64-reloc.def')
-rw-r--r--gold/aarch64-reloc.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/aarch64-reloc.def b/gold/aarch64-reloc.def
index 6d2981d..4a7a675 100644
--- a/gold/aarch64-reloc.def
+++ b/gold/aarch64-reloc.def
@@ -118,5 +118,5 @@ ARD(TLSDESC_CALL , STATIC , CFLOW , Y, -1, 0,0
// Note -
// A - Checking X, (L,U), if L == 0 && U == 0, no check. Otherwise, L!=0,
-// check that -2^L<=X<2^U. Also an extra alignment check could be embeded
+// check that -2^L<=X<2^U. Also an extra alignment check could be embedded
// into U.