Skip to content

Commit 5c1e148

Browse files
committed
[JITLink] Fix typo in comment. NFC
1 parent bba5581 commit 5c1e148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ class Symbol {
530530
return *Base;
531531
}
532532

533-
/// Return the addressable that thsi symbol points to.
533+
/// Return the addressable that this symbol points to.
534534
const Addressable &getAddressable() const {
535535
assert(Base && "Cannot get underlying addressable for null symbol");
536536
return *Base;

0 commit comments

Comments
 (0)