Fix common misspellings
[linux-block.git] / drivers / staging / westbridge / astoria / include / linux / westbridge / cyaserr.h
index f78d60270d4593c41ce4a93cde690cd67236ba7d..2cd0af1ed781d23f00a3df286f642299fed0400a 100644 (file)
@@ -29,7 +29,7 @@
 */
 
 /* Summary
-   The function completed sucessfully
+   The function completed successfully
 */
 #define CY_AS_ERROR_SUCCESS     (0)
 
    Description
    This error is returned when an operation is attempted that cannot be
    completed while the USB stack is connected to a USB host.  In order
-   to sucessfully complete the desired operation, CyAsUsbDisconnect()
+   to successfully complete the desired operation, CyAsUsbDisconnect()
    must be called to disconnect from the host.
 */
 #define CY_AS_ERROR_USB_CONNECTED (53)