Fix typo in comment.

This commit is contained in:
Olivier Houchard 2005-12-26 22:09:09 +00:00
parent 900b28f9f6
commit 81e5864f2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153742

View file

@ -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