Skip to content

Commit 468112d

Browse files
author
Adam Sasine
authored
Fix typo
1 parent 3dc4169 commit 468112d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
/// Source transition request time in milliseconds for SPR mode.
44
///
5-
/// This is the max value of `tPSTransition` for EPR mode.
5+
/// This is the max value of `tPSTransition` for SPR mode.
66
pub const T_SRC_TRANS_REQ_SPR_MS: u16 = 550;
77

88
/// Source transition request time in milliseconds for EPR mode.

0 commit comments

Comments
 (0)