Commit 325258a1ff4fc3f7fda2d4d8d7fe035444ee8658
authorMichel Pollet <buserror@gmail.com>
Wed, 15 Feb 2017 19:15:37 +0000 (19:15 +0000)
committerMichel Pollet <buserror@gmail.com>
Wed, 15 Feb 2017 19:15:37 +0000 (19:15 +0000)
Been there a loooong time.

Signed-off-by: Michel Pollet <buserror@gmail.com>
simavr/sim/avr/avr_mcu_section.h

index 32595f3b10e9e57a346719539752fa243a1c2ed9..53c33e7d9bada5d0f326fa25f1c03a4da61c3b5f 100644 (file)
  * AVR this was compiled for, including the speed, model, and signature bytes.
  *
  * A programmer software can read this and verify fuses values for example, and a
- * simulator can instanciate the proper "model" of AVR, the speed and so on without
+ * simulator can instantiate the proper "model" of AVR, the speed and so on without
  * command line parameters.
  *
- * Exemple of use:
+ * Example of use:
  *
  * #include "avr_mcu_section.h"
  * AVR_MCU(F_CPU, "atmega88");
@@ -106,7 +106,7 @@ struct avr_mmcu_vcd_trace_t {
                .string = _str,\
        }
 /*
- * This trick allows contatenation of tokens. We need a macro redirection
+ * This trick allows concatenation of tokens. We need a macro redirection
  * for it to work.
  * The goal is to make unique variable names (they don't matter anyway)
  */