Skip to content

Commit

Permalink
fix: FE -> GE
Browse files Browse the repository at this point in the history
cptpcrd committed Nov 22, 2020
1 parent a939340 commit e9dba33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyseccomp.py
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ def TRACE(x: int) -> int:
LT = 2
LE = 3
EQ = 4
FE = 5
GE = 5
GT = 6
MASKED_EQ = 7

0 comments on commit e9dba33

Please sign in to comment.