Skip to content

Commit ea232e9

Browse files
committed
s/functions/function/
1 parent 1c2efdf commit ea232e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Passes/PAuthGadgetScanner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ class SrcSafetyAnalysis {
372372

373373
std::optional<MCPhysReg> getRegMadeTrustedByChecking(const MCInst &Inst,
374374
SrcState Cur) const {
375-
// This functions cannot return multiple registers. This is never the case
375+
// This function cannot return multiple registers. This is never the case
376376
// on AArch64.
377377
std::optional<MCPhysReg> RegCheckedByInst =
378378
BC.MIB->getAuthCheckedReg(Inst, /*MayOverwrite=*/false);

0 commit comments

Comments
 (0)