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 | 6fc1adf9c7a89537cbceae619981f072f0055f23 (patch) | |
tree | c63d7beaaf15c28c6f15dd74e8b77d54e1c75913 /lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp | |
parent | 3134cebe284b6fefd4eb9412d8efd38154d9cce7 (diff) | |
download | llvm-6fc1adf9c7a89537cbceae619981f072f0055f23.tar.gz |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243585 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp')
-rw-r--r-- | lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp b/lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp index 00572d0b9d79..1a7c0d7f687a 100644 --- a/lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp +++ b/lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp @@ -1,4 +1,4 @@ -//== SystemZMachineFuctionInfo.cpp - SystemZ machine function info-*- C++ -*-=// +//=== SystemZMachineFunctionInfo.cpp - SystemZ machine function info ------===// // // The LLVM Compiler Infrastructure // |