diff options
| author | Greg Bedwell <greg.bedwell@sony.com> | 2019-10-29 12:32:01 +0000 |
|---|---|---|
| committer | Greg Bedwell <greg.bedwell@sony.com> | 2019-10-29 12:32:01 +0000 |
| commit | ed66be5c0cbe9a08313520fe506efa6f2245c3e1 (patch) | |
| tree | 212e0973a5c134237fd1b5a60cd2e5888771c135 /llvm/lib/Target/X86 | |
| parent | b1c4b4d5cbbea295ea7a9162e7cf16f0f41c935c (diff) | |
| download | bcm5719-llvm-ed66be5c0cbe9a08313520fe506efa6f2245c3e1.tar.gz bcm5719-llvm-ed66be5c0cbe9a08313520fe506efa6f2245c3e1.zip | |
Fix a spelling mistake in a comment. NFC
(I'm currently trying to debug a strange error message I get when
pushing to github, despite the pushes being successful).
Diffstat (limited to 'llvm/lib/Target/X86')
| -rw-r--r-- | llvm/lib/Target/X86/X86IndirectBranchTracking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86IndirectBranchTracking.cpp b/llvm/lib/Target/X86/X86IndirectBranchTracking.cpp index cc0f59ab329..be12e298f42 100644 --- a/llvm/lib/Target/X86/X86IndirectBranchTracking.cpp +++ b/llvm/lib/Target/X86/X86IndirectBranchTracking.cpp @@ -53,7 +53,7 @@ private: /// Endbr opcode for the current machine function. unsigned int EndbrOpcode; - /// Adds a new ENDBR instruction to the begining of the MBB. + /// Adds a new ENDBR instruction to the beginning of the MBB. /// The function will not add it if already exists. /// It will add ENDBR32 or ENDBR64 opcode, depending on the target. /// \returns true if the ENDBR was added and false otherwise. |

