diff options
Diffstat (limited to 'test/ELF/ppc64-toc-restore.s')
-rw-r--r-- | test/ELF/ppc64-toc-restore.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/ppc64-toc-restore.s b/test/ELF/ppc64-toc-restore.s index 9efe0e81f5e5..d9e06ca6e596 100644 --- a/test/ELF/ppc64-toc-restore.s +++ b/test/ELF/ppc64-toc-restore.s @@ -22,7 +22,7 @@ bar_local: blr # Calling external function foo in a shared object needs a nop. -# Calling local function bar_local doe snot need a nop. +# Calling local function bar_local doe not need a nop. .global _start _start: bl foo |