[compiler-rt] NFC: Fix trivial typo

Reviewed By: xgupta

Differential Revision: https://reviews.llvm.org/D77457
This commit is contained in:
Kazuaki Ishizaki
2021-09-04 13:01:34 +05:30
committed by Shivam Gupta
parent d6ca91ea42
commit a1e7e401d2
69 changed files with 82 additions and 82 deletions

View File

@@ -56,7 +56,7 @@
// tramp: jmp QWORD [addr]
// addr: .bytes <hook>
//
// Note: <real> is equilavent to <label>.
// Note: <real> is equivalent to <label>.
//
// 3) HotPatch
//