From: Michel Pollet Date: Wed, 15 Feb 2017 19:15:37 +0000 (+0000) Subject: Fixed typos in comments X-Git-Tag: v1.5~10 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=325258a1ff4fc3f7fda2d4d8d7fe035444ee8658;p=sx%2Fsimavr.git Fixed typos in comments Been there a loooong time. Signed-off-by: Michel Pollet --- diff --git a/simavr/sim/avr/avr_mcu_section.h b/simavr/sim/avr/avr_mcu_section.h index 32595f3..53c33e7 100644 --- a/simavr/sim/avr/avr_mcu_section.h +++ b/simavr/sim/avr/avr_mcu_section.h @@ -28,10 +28,10 @@ * 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) */