Fix common misspellings
[linux-2.6-block.git] / drivers / staging / tidspbridge / include / dspbridge / _chnl_sm.h
index d60e25258020c0d2bfdced8c75535ab8407763e3..6e7ab4fd8c39fbcb6983c0eeffc626cb7b7d1765 100644 (file)
@@ -144,7 +144,7 @@ struct chnl_object {
        s8 chnl_mode;           /* Chnl mode and attributes */
        /* Chnl I/O completion event (user mode) */
        void *user_event;
-       /* Abstract syncronization object */
+       /* Abstract synchronization object */
        struct sync_object *sync_event;
        u32 process;            /* Process which created this channel */
        u32 cb_arg;             /* Argument to use with callback */
@@ -156,7 +156,7 @@ struct chnl_object {
        struct list_head io_completions;
        struct list_head free_packets_list;     /* List of free Irps */
        struct ntfy_object *ntfy_obj;
-       u32 bytes_moved;        /* Total number of bytes transfered */
+       u32 bytes_moved;        /* Total number of bytes transferred */
 
        /* For DSP-DMA */