mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Fix a minor comment typo: priveleged = privileged.
This commit is contained in:
parent
8c355b0889
commit
d6c85264cd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137857
@ -130,7 +130,7 @@ const char ctty[] = _PATH_CONSOLE;
|
||||
/*
|
||||
* Unix sockets.
|
||||
* We have two default sockets, one with 666 permissions,
|
||||
* and one for priveleged programs
|
||||
* and one for privileged programs.
|
||||
*/
|
||||
struct funix {
|
||||
int s;
|
||||
|
Loading…
Reference in New Issue
Block a user