diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2015-07-29 22:32:47 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2015-07-29 22:32:47 +0000 |
commit | c3890d29691d9dd301f99ff7baa9dd914a79c2d9 (patch) | |
tree | 4ce42ae82a7f3223beb83e0a8dc3a9bf1d17acd2 /llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h | |
parent | 4dedb1cdf8bad844550c295f81c693e494fa74f2 (diff) | |
download | bcm5719-llvm-c3890d29691d9dd301f99ff7baa9dd914a79c2d9.tar.gz bcm5719-llvm-c3890d29691d9dd301f99ff7baa9dd914a79c2d9.zip |
Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the other files that have the same typo. All comments, no functionality change! (Merely a "fuctionality" change.)
Bonus change to remove emacs major mode marker from SystemZMachineFunctionInfo.cpp because emacs already knows it's C++ from the extension. Also fix typo "appeary" in AMDGPUMCAsmInfo.h.
llvm-svn: 243585
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h b/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h index fc5e910b09e..22ef48116af 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h +++ b/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h @@ -1,4 +1,4 @@ -// WebAssemblyMachineFuctionInfo.h-WebAssembly machine function info -*- C++ -*- +// WebAssemblyMachineFunctionInfo.h-WebAssembly machine function info-*- C++ -*- // // The LLVM Compiler Infrastructure // |