Fix two typos in the same comment.

This commit is contained in:
Benedict Reuschling 2013-01-12 16:27:30 +00:00
parent 38e6c1901a
commit c28ffd3535
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40571

View file

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