diff options
Diffstat (limited to 'gold/aarch64-reloc.def')
-rw-r--r-- | gold/aarch64-reloc.def | 2 |
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. |