artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26060b0
)
Better wording for a comment.
author
mglocker
<mglocker@openbsd.org>
Sat, 2 Aug 2008 20:08:49 +0000
(20:08 +0000)
committer
mglocker
<mglocker@openbsd.org>
Sat, 2 Aug 2008 20:08:49 +0000
(20:08 +0000)
sys/dev/usb/uvideo.c
patch
|
blob
|
history
diff --git
a/sys/dev/usb/uvideo.c
b/sys/dev/usb/uvideo.c
index
9105aea
..
3c686ab
100644
(file)
--- a/
sys/dev/usb/uvideo.c
+++ b/
sys/dev/usb/uvideo.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: uvideo.c,v 1.7
3 2008/08/02 20:05:28
mglocker Exp $ */
+/* $OpenBSD: uvideo.c,v 1.7
4 2008/08/02 20:08:49
mglocker Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
@@
-259,7
+259,7
@@
uvideo_open(void *addr, int flags, int *size, uint8_t *buffer,
if (sc->sc_dying)
return (EIO);
- /* pointers to upper
layer which we need
*/
+ /* pointers to upper
video layer
*/
sc->sc_uplayer_arg = arg;
sc->sc_uplayer_fsize = size;
sc->sc_uplayer_fbuffer = buffer;