X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/3aa8620a61cea8676c74b5e61527ab273f13ec70..74496a947eef42b416a8a0cb11b7415ac6fa103b:/LUFA/Drivers/USB/LowLevel/StreamCallbacks.h diff --git a/LUFA/Drivers/USB/LowLevel/StreamCallbacks.h b/LUFA/Drivers/USB/LowLevel/StreamCallbacks.h index 891f2f5bc..5c2dad637 100644 --- a/LUFA/Drivers/USB/LowLevel/StreamCallbacks.h +++ b/LUFA/Drivers/USB/LowLevel/StreamCallbacks.h @@ -48,7 +48,7 @@ * Stream callback functions should return a value from the StreamCallback_Return_ErrorCodes_t * enum. * - * Usage Example (Device Endpoint, but applicable for Host pipes also): + * Usage Example (Device Endpoint, but applicable for Host Pipes also): * \code * STREAM_CALLBACK(GlobalNotSet); // Callback Prototype *