*/\r
#define PIPE_INT_STALL UPIENX, (1 << RXSTALLE), UPINTX, (1 << RXSTALLI)\r
\r
- /* Psuedo-Function Macros: */\r
+ /* Pseudo-Function Macros: */\r
#if defined(__DOXYGEN__)\r
/** Indicates the number of bytes currently stored in the current pipes's selected bank.\r
*\r
*\r
* \see Pipe_GetErrorFlags() macro for information on retrieving the exact error flag.\r
*\r
- * \return Boolean true if an error has ocurred on the selected pipe, false otherwise\r
+ * \return Boolean true if an error has occurred on the selected pipe, false otherwise\r
*/\r
static inline bool Pipe_IsError(void);\r
\r
/** Gets a mask of the hardware error flags which have occurred on the currently selected pipe. This\r
* value can then be masked against the PIPE_ERRORFLAG_* masks to determine what error has occurred.\r
*\r
- * \return Mask comprising of PIPE_ERRORFLAG_* bits indicating what error has ocurred on the selected pipe\r
+ * \return Mask comprising of PIPE_ERRORFLAG_* bits indicating what error has occurred on the selected pipe\r
*/\r
static inline uint8_t Pipe_GetErrorFlags(void);\r
\r