access only has 2 esses.

MFC after:	3 days
This commit is contained in:
John Baldwin 2006-08-14 19:29:45 +00:00
parent b98a0eca16
commit c6cb3ff429
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161290

View file

@ -361,7 +361,7 @@ passopen(struct cdev *dev, int flags, int fmt, struct thread *td)
*/
if ((flags & O_NONBLOCK) != 0) {
xpt_print_path(periph->path);
printf("can't do nonblocking accesss\n");
printf("can't do nonblocking access\n");
splx(s);
return(EINVAL);
}