Skip to content

Commit 3a33c0c

Browse files
Fix typo
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent 05e7620 commit 3a33c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptoki/src/session/session_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl TryFrom<CK_SESSION_INFO> for SessionInfo {
6666
}
6767

6868
/// The current state of the session which describes access to token and session
69-
/// obects based on user type and login status
69+
/// objects based on user type and login status
7070
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
7171
pub enum SessionState {
7272
/// The session has read-only access to public token objects and R/W access

0 commit comments

Comments
 (0)