diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-07-12 18:11:17 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-07-12 18:11:17 +0000 |
commit | 9d544d04166b971ab5ca1ee7ee37465b4af6bbf5 (patch) | |
tree | 4474ff00d31f878210841e1dee0ee545a4da8608 /include | |
parent | 8f34bead907e6a7d2113c7b4ee7fcca20df6336b (diff) |
Fix a typo and fit in 80 columns. Found by Bob Wilson.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Target/TargetLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 30aadf6bdf..2b6e4fa852 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -1527,7 +1527,7 @@ private: /// buffers unsigned JumpBufAlignment; - /// MinStackArgumentAlignment - The minimum alginment that any argument + /// MinStackArgumentAlignment - The minimum alignment that any argument /// on the stack needs to have. /// unsigned MinStackArgumentAlignment; |