diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/x32-function_pointer-3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/x32-function_pointer-3.ll b/llvm/test/CodeGen/X86/x32-function_pointer-3.ll index 5eaf85d8f93..f5687b8a9de 100644 --- a/llvm/test/CodeGen/X86/x32-function_pointer-3.ll +++ b/llvm/test/CodeGen/X86/x32-function_pointer-3.ll @@ -3,7 +3,7 @@ ; Test calling function pointer passed in struct -; The fuction argument `h' in +; The function argument `h' in ; struct foo { ; void (*f) (void); |