development/avra: Fix invalid chars in desc.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-05-26 15:24:47 +02:00 committed by Willy Sudiarto Raharjo
parent fab958565c
commit fe8fce0706
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
AVRA is an assembler for Atmel AVR microcontrollers,
and it is almost compatible with Atmels own assembler AVRASM32.
and it is almost compatible with Atmel's own assembler AVRASM32.
The programming principles and conceptions
are based on the ANSI programming language "C".

View file

@ -9,7 +9,7 @@
avra: AVRA (Atmel AVR Microcontrollers Assembler)
avra:
avra: AVRA is an assembler for Atmel AVR microcontrollers,
avra: and it is almost compatible with Atmels own assembler AVRASM32.
avra: and it is almost compatible with Atmel's own assembler AVRASM32.
avra: The programming principles and conceptions
avra: are based on the ANSI programming language "C".
avra: