Fix two typos in the same comment.
This commit is contained in:
parent
38e6c1901a
commit
c28ffd3535
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40571
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ echo_write(struct cdev *dev __unused, struct uio *uio, int ioflag __unused)
|
|||
if (uio->uio_offset == 0)
|
||||
echomsg->len = 0;
|
||||
|
||||
/* NULL charcter should be overriden */
|
||||
/* NULL character should be overridden */
|
||||
if (echomsg->len != 0)
|
||||
echomsg->len--;
|
||||
|
||||
|
|
Loading…
Reference in a new issue