mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
access only has 2 esses.
MFC after: 3 days
This commit is contained in:
parent
b98a0eca16
commit
c6cb3ff429
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161290
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user