diff options
author | Dave Kleikamp <shaggy@kleikamp.(none)> | 2005-05-04 16:43:30 -0500 |
---|---|---|
committer | Dave Kleikamp <shaggy@kleikamp.(none)> | 2005-05-04 16:43:30 -0500 |
commit | ddf3e298b33f3e15a2e6272e0146dfa940c89a74 (patch) | |
tree | cd474d1eca4f337958e97a09dcb0974b1f8aba82 /drivers/usb/media/pwc/pwc-ioctl.h | |
parent | 7a694ca74958b97ae2d437c8a730bddd9e9792c3 (diff) | |
parent | 1d42a0ecf478962e8aede355a0be41365c117ff0 (diff) |
Merge with /home/shaggy/git/linus-clean/
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 65805eaa9a1..5f9cb08bc02 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 */ |