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 1c2efdf commit ea232e9Copy full SHA for ea232e9
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