diff options
-rw-r--r-- | sys/sys/ktrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/ktrace.h b/sys/sys/ktrace.h index 337062c..4572141 100644 --- a/sys/sys/ktrace.h +++ b/sys/sys/ktrace.h @@ -145,7 +145,7 @@ struct ktr_csw { }; /* - * KTR_USER - data comming from userland + * KTR_USER - data coming from userland */ #define KTR_USER_MAXLEN 2048 /* maximum length of passed data */ #define KTR_USER 7 |