Fixed a typo.

PR:		148701
Submitted by:	Glen Barber <glen.j.barber@gmail.com>
MFC after:	1 week
This commit is contained in:
Christian Brueffer 2010-08-15 21:37:30 +00:00
parent cd64d3f2f0
commit 0f7e249192

View File

@ -143,7 +143,7 @@ not
The same holds for the framework.
Thus, a callback mechanism is used
to notify a consumer that a request has been completed (the
callback is specified by the consumer on an per-request basis).
callback is specified by the consumer on a per-request basis).
The callback is invoked by the framework whether the request was
successfully completed or not.
An error indication is provided in the latter case.