On Tue, Nov 08, 2016 at 05:03:32PM -0800, Bryan Vyhmeister wrote: > I noticed a typo in sys/dev/pv/vmt.c. > > Bryan
There is a typo in your patch. > > > Index: sys/dev/pv/vmt.c > =================================================================== > RCS file: /cvs/src/sys/dev/pv/vmt.c,v > retrieving revision 1.10 > diff -u -p -r1.10 vmt.c > --- sys/dev/pv/vmt.c 4 Oct 2016 09:59:44 -0000 1.10 > +++ sys/dev/pv/vmt.c 9 Nov 2016 00:58:44 -0000 > @@ -521,7 +521,7 @@ vmt_update_guest_info(struct vmt_softc * > > /* > * Host doesn't like it if we send an OS name it doesn't > - * recognise, so use the closest match, which happens > + * recognize, so use the closest match, which happens > * to be FreeBSD. > */ >
