]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - sound/usb/6fire/firmware.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / sound / usb / 6fire / firmware.c
index 9081a54a9c6cecdeb39e05603fc3c775bfe171c7..86c1a3103760eff82f3d8155f396611d9296a200 100644 (file)
@@ -76,7 +76,7 @@ struct ihex_record {
        u16 address;
        u8 len;
        u8 data[256];
-       char error; /* true if an error occured parsing this record */
+       char error; /* true if an error occurred parsing this record */
 
        u8 max_len; /* maximum record length in whole ihex */
 
@@ -107,7 +107,7 @@ static u8 usb6fire_fw_ihex_hex(const u8 *data, u8 *crc)
 
 /*
  * returns true if record is available, false otherwise.
- * iff an error occured, false will be returned and record->error will be true.
+ * iff an error occurred, false will be returned and record->error will be true.
  */
 static bool usb6fire_fw_ihex_next_record(struct ihex_record *record)
 {