Minor documentation fixes to correct formatting and typos.
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / StreamCallbacks.h
index 60e408e..891f2f5 100644 (file)
@@ -62,8 +62,8 @@
                         *\r
                         *  //...\r
                         *  // Inside some routine:\r
-                        *  if (Endpoint_Write_CStream_LE(DataBuffer, sizeof(DataBuffer), GlobalNotSet) == \r
-                        *                                ENDPOINT_RWSTREAM_ERROR_CallbackAborted)\r
+                        *  if (Endpoint_Write_Stream_LE(DataBuffer, sizeof(DataBuffer), GlobalNotSet) == \r
+                        *                               ENDPOINT_RWSTREAM_ERROR_CallbackAborted)\r
                         *  {\r
                         *      // Do something when the callback aborted the transfer early\r
                         *  }\r
@@ -81,7 +81,7 @@
                        enum StreamCallback_Return_ErrorCodes_t\r
                        {\r
                                STREAMCALLBACK_Continue            = 0, /**< Continue sending or receiving the stream. */\r
-                               STREAMCALLBACK_Abort               = 1, /**< Abort the stream send or reciving process. */\r
+                               STREAMCALLBACK_Abort               = 1, /**< Abort the stream send or receiving process. */\r
                        };\r
                        \r
 #endif\r