From: Nico Weber Date: Fri, 23 Apr 2021 15:45:49 +0000 (-0400) Subject: fix comment typo to cycle bots X-Git-Tag: llvmorg-14-init~8622 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcf59cc917e093980389dd6d124c544ea345fcbf;p=platform%2Fupstream%2Fllvm.git fix comment typo to cycle bots --- diff --git a/lld/ELF/Arch/AVR.cpp b/lld/ELF/Arch/AVR.cpp index 0926ff2..010e5c9 100644 --- a/lld/ELF/Arch/AVR.cpp +++ b/lld/ELF/Arch/AVR.cpp @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// // -// AVR is a Harvard-architecture 8-bit micrcontroller designed for small +// AVR is a Harvard-architecture 8-bit microcontroller designed for small // baremetal programs. All AVR-family processors have 32 8-bit registers. // The tiniest AVR has 32 byte RAM and 1 KiB program memory, and the largest // one supports up to 2^24 data address space and 2^22 code address space.