From 325258a1ff4fc3f7fda2d4d8d7fe035444ee8658 Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Wed, 15 Feb 2017 19:15:37 +0000 Subject: [PATCH] Fixed typos in comments Been there a loooong time. Signed-off-by: Michel Pollet --- simavr/sim/avr/avr_mcu_section.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) */ -- 2.39.5