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).
This commit is contained in:
Greg Bedwell 2019-10-29 12:32:01 +00:00
parent b1c4b4d5cb
commit ed66be5c0c
1 changed files with 1 additions and 1 deletions

View File

@ -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.