Documentation/: it's -> its where appropriate

Fix obvious cases of "it's" being used when "its" was meant.

Signed-off-by: Francis Galiegue <fgaliegue@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Francis Galiegue
2010-04-23 00:08:02 +02:00
committed by Jiri Kosina
parent 6c9468e9eb
commit a33f32244d
56 changed files with 81 additions and 81 deletions

View File

@@ -381,7 +381,7 @@ descriptor that gives us the status of the transfer, its identification
we issue another URB to read into the destination buffer the chunk of
data coming out of the remote endpoint. Done, wait for the next guy. The
callbacks for the URBs issued from here are the ones that will declare
the xfer complete at some point and call it's callback.
the xfer complete at some point and call its callback.
Seems simple, but the implementation is not trivial.