X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3aa8620a61cea8676c74b5e61527ab273f13ec70..6198289b388e4122afe4913f899b37a8e7cd8af4:/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 *