We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba5581 commit 5c1e148Copy full SHA for 5c1e148
llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
@@ -530,7 +530,7 @@ class Symbol {
530
return *Base;
531
}
532
533
- /// Return the addressable that thsi symbol points to.
+ /// Return the addressable that this symbol points to.
534
const Addressable &getAddressable() const {
535
assert(Base && "Cannot get underlying addressable for null symbol");
536
0 commit comments