What changed, and why it matters
This commit fixes a single spelling mistake in a code comment, changing 'then' to 'than'. It does not change any executable code, behavior, or security properties of the Trezor firmware.
No action required. This is a non-security typo fix in a comment.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies only a comment in core/embed/io/touch/inc/io/touch.h. There are no functional code changes, no API changes, no logic changes, and no security-relevant modifications. The change is purely a typo correction in documentation.
Changed components
Inspect captured patch +1 / −1
diff --git a/core/embed/io/touch/inc/io/touch.h b/core/embed/io/touch/inc/io/touch.h
index 94f884512..3077d300a 100644
--- a/core/embed/io/touch/inc/io/touch.h
+++ b/core/embed/io/touch/inc/io/touch.h
@@ -67,7 +67,7 @@ secbool touch_set_sensitivity(uint8_t value);
//
// The purpose of this function is very special. It is used
// in bootloader startup to detect if the user is touching the screen.
-// On some hardware it's a bit more sensitive then `touch_get_event()`
+// On some hardware it's a bit more sensitive than `touch_get_event()`
// since it does not filter out any events.
//
// The function should not be used together with `touch_get_event()`.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.