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 e13c76d commit e62d4e4Copy full SHA for e62d4e4
bolt/lib/Passes/PAuthGadgetScanner.cpp
@@ -372,7 +372,7 @@ class SrcSafetyAnalysis {
372
373
std::optional<MCPhysReg> getRegMadeTrustedByChecking(const MCInst &Inst,
374
SrcState Cur) const {
375
- // This functions cannot return multiple registers. This is never the case
+ // This function cannot return multiple registers. This is never the case
376
// on AArch64.
377
std::optional<MCPhysReg> RegCheckedByInst =
378
BC.MIB->getAuthCheckedReg(Inst, /*MayOverwrite=*/false);
0 commit comments