Skip to content

Commit 05e8765

Browse files
committed
Update a comment
1 parent 834154e commit 05e8765

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bolt/include/bolt/Passes/PAuthGadgetScanner.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ namespace PAuthGadgetScanner {
201201
// to distinguish intermediate and final results at the type level.
202202
//
203203
// Here is an overview of issue life-cycle:
204-
// * an analysis (SrcSafetyAnalysis at now, DstSafetyAnalysis will be added
205-
// later to support the detection of authentication oracles) computes register
204+
// * an analysis (SrcSafetyAnalysis or DstSafetyAnalysis) computes register
206205
// state for each instruction in the function.
207206
// * for each instruction, it is checked whether it is a gadget of some kind,
208207
// taking the computed state into account. If a gadget is found, its kind

0 commit comments

Comments
 (0)