Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 11/13/2005 10:47:39
Module Name:	src
Committed By:	rpaulo
Date:		Sun Nov 13 10:47:39 UTC 2005

Modified Files:
	src/sys/dev/usb: ulpt.c

Log Message:
Fix a long standing typo noticed by Alex Pivovarov on PR/32061.
When people use variables like 'flag' and 'flags' in the same function
(one local and one passed as a parameter) this is prone to happen..


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/dev/usb/ulpt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.