diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-04 07:08:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-04 07:08:43 -0700 |
commit | e6600d800fead3e895f16bf9b426578a6301af44 (patch) | |
tree | fc2bb35ed142b96b31a04b52c3d097100e2653bd /drivers/usb/media/pwc/pwc-ioctl.h | |
parent | a1d4ebdbb3806e9d2c37f32a043ec54f4534977c (diff) | |
parent | 3cb4a4f739cccdf0642fa7e3a087e0b8425ff67b (diff) | |
download | op-kernel-dev-e6600d800fead3e895f16bf9b426578a6301af44.zip op-kernel-dev-e6600d800fead3e895f16bf9b426578a6301af44.tar.gz |
Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
Diffstat (limited to 'drivers/usb/media/pwc/pwc-ioctl.h')
-rw-r--r-- | drivers/usb/media/pwc/pwc-ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/media/pwc/pwc-ioctl.h b/drivers/usb/media/pwc/pwc-ioctl.h index 65805ea..5f9cb08 100644 --- a/drivers/usb/media/pwc/pwc-ioctl.h +++ b/drivers/usb/media/pwc/pwc-ioctl.h @@ -75,7 +75,7 @@ #define PWC_FPS_SNAPSHOT 0x00400000 -/* structure for transfering x & y coordinates */ +/* structure for transferring x & y coordinates */ struct pwc_coord { int x, y; /* guess what */ |