diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/unistd.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd.rs b/src/unistd.rs index 70a06b02..dc8ea820 100644 --- a/src/unistd.rs +++ b/src/unistd.rs @@ -2937,7 +2937,7 @@ feature! { pub struct User { /// Username pub name: String, - /// User password (probably encrypted) + /// User password (probably hashed) pub passwd: CString, /// User ID pub uid: Uid, |