mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in KF_FD_TYPE_TRACE comment: ptrace -> ktrace
This commit is contained in:
parent
ed472910ba
commit
6b6348aa74
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ struct user {
|
|||
#define KF_FD_TYPE_CWD -1 /* Current working directory */
|
||||
#define KF_FD_TYPE_ROOT -2 /* Root directory */
|
||||
#define KF_FD_TYPE_JAIL -3 /* Jail directory */
|
||||
#define KF_FD_TYPE_TRACE -4 /* ptrace vnode */
|
||||
#define KF_FD_TYPE_TRACE -4 /* Ktrace vnode */
|
||||
#define KF_FD_TYPE_TEXT -5 /* Text vnode */
|
||||
#define KF_FD_TYPE_CTTY -6 /* Controlling terminal */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue