Skip to content

Commit 51d4f5d

Browse files
committed
Corrected SIGTRAP spelling
1 parent f88a389 commit 51d4f5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/clusterfuzz/stacktraces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ def parse(self, stacktrace: str) -> CrashInfo:
797797

798798
if (state.crash_type not in
799799
IGNORE_CRASH_TYPES_FOR_ABRT_BREAKPOINT_AND_ILLS):
800-
# Android SIBTRAP handling
800+
# Android SIGTRAP handling
801801
mte_match = ANDROID_SIGTRAP_REGEX.search(line)
802802
self.update_state_on_match(
803803
ANDROID_SIGTRAP_REGEX,

0 commit comments

Comments
 (0)