Spell check all source code variables, comments and strings.
[pub/lufa.git] / LUFA / Drivers / USB / Class / Host / MassStorage.h
index 4cd37bd..2b6b0ae 100644 (file)
@@ -86,7 +86,7 @@
                                        uint16_t DataINPipeSize; /**< Size in bytes of the Mass Storage interface's IN data pipe */\r
                                        uint16_t DataOUTPipeSize;  /**< Size in bytes of the Mass Storage interface's OUT data pipe */\r
                                        \r
-                                       uint32_t TransactionTag; /**< Current transaction tag for data synchronising of packets */\r
+                                       uint32_t TransactionTag; /**< Current transaction tag for data synchronizing of packets */\r
                                } State; /**< State data for the USB class interface within the device. All elements in this section\r
                                                  *   <b>may</b> be set to initial values, but may also be ignored to default to sane values when\r
                                                  *   the interface is enumerated.\r