=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/usbhidctl/usbhid.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/usbhidctl/usbhid.c 2004/06/04 00:47:32 1.6 +++ src/usr.bin/usbhidctl/usbhid.c 2004/10/04 05:21:27 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: usbhid.c,v 1.6 2004/06/04 00:47:32 deraadt Exp $ */ +/* $OpenBSD: usbhid.c,v 1.7 2004/10/04 05:21:27 jsg Exp $ */ /* $NetBSD: usbhid.c,v 1.22 2002/02/20 20:30:42 christos Exp $ */ /* @@ -281,7 +281,7 @@ /* * hidmatch() determines whether the item specified in 'item', and - * nested within a heirarchy of collections specified in 'collist' + * nested within a hierarchy of collections specified in 'collist' * matches any of the rules in the list 'varlist'. Returns the * matching rule on success, or NULL on no match. */