gnu: sdcc: Fix typo in description.

* gnu/packages/sdcc.scm (sdcc)[description]: Fix (upstream) typo.  Add
hyphens.
master
Tobias Geerinckx-Rice 2018-03-01 20:36:09 +01:00
parent 1ff14bf2cd
commit 738aa0ca1d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -60,10 +60,10 @@
#t))))) #t)))))
(home-page "http://sdcc.sourceforge.net") (home-page "http://sdcc.sourceforge.net")
(synopsis "Small devices C compiler") (synopsis "Small devices C compiler")
(description "SDCC is a retargettable, optimizing Standard C compiler suite (description "SDCC is a retargetable, optimizing Standard C compiler suite
that targets the Intel MCS51 based microprocessors (8031, 8032, 8051, 8052, ...), that targets the Intel MCS51-based microprocessors (8031, 8032, 8051, 8052, ...),
Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola) Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola)
HC08 based (hc08, s08), Zilog Z80 based MCUs (z80, z180, gbz80, Rabbit HC08-based (hc08, s08), Zilog Z80-based MCUs (z80, z180, gbz80, Rabbit
2000/3000, Rabbit 3000A, TLCS-90) and STMicroelectronics STM8. 2000/3000, Rabbit 3000A, TLCS-90) and STMicroelectronics STM8.
Work is in progress on supporting the Microchip PIC16 and PIC18 targets. Work is in progress on supporting the Microchip PIC16 and PIC18 targets.
It can be retargeted for other microprocessors.") It can be retargeted for other microprocessors.")