aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/usb/URB.txt
diff options
context:
space:
mode:
authorMatt LaPlante <kernel1@cyberdogtech.com>2006-10-03 22:55:17 +0200
committerAdrian Bunk <bunk@stusta.de>2006-10-03 22:55:17 +0200
commit53cb47268e6b38180d9f253527135e1c69c5d310 (patch)
treeb264d89e3d21f0365fc4df0f32f5070bb4c6e91a /Documentation/usb/URB.txt
parentFix typos in Documentation/: 'Q'-'R' (diff)
downloadlinux-dev-53cb47268e6b38180d9f253527135e1c69c5d310.tar.xz
linux-dev-53cb47268e6b38180d9f253527135e1c69c5d310.zip
Fix typos in Documentation/: 'S'
This patch fixes typos in various Documentation txts. The patch addresses some words starting with the letter 'S'. Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com> Acked-by: Alan Cox <alan@redhat.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/usb/URB.txt')
-rw-r--r--Documentation/usb/URB.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/URB.txt b/Documentation/usb/URB.txt
index a49e5f2c2b46..8ffce746d496 100644
--- a/Documentation/usb/URB.txt
+++ b/Documentation/usb/URB.txt
@@ -184,7 +184,7 @@ you can pass information to the completion handler.
Note that even when an error (or unlink) is reported, data may have been
transferred. That's because USB transfers are packetized; it might take
sixteen packets to transfer your 1KByte buffer, and ten of them might
-have transferred succesfully before the completion was called.
+have transferred successfully before the completion was called.
NOTE: ***** WARNING *****