Skip to content

Commit 09b4b49

Browse files
Merge #1790
1790: minor terminology fix in User docs r=asomers a=oconnor663 Passwords are hashed, not encrypted. Co-authored-by: Jack O'Connor <oconnor663@gmail.com>
2 parents d96436e + 901857f commit 09b4b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unistd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,7 @@ feature! {
29372937
pub struct User {
29382938
/// Username
29392939
pub name: String,
2940-
/// User password (probably encrypted)
2940+
/// User password (probably hashed)
29412941
pub passwd: CString,
29422942
/// User ID
29432943
pub uid: Uid,

0 commit comments

Comments
 (0)