[lld] fcf59cc - fix comment typo to cycle bots

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 23 08:46:00 PDT 2021


Author: Nico Weber
Date: 2021-04-23T11:45:49-04:00
New Revision: fcf59cc917e093980389dd6d124c544ea345fcbf

URL: https://github.com/llvm/llvm-project/commit/fcf59cc917e093980389dd6d124c544ea345fcbf
DIFF: https://github.com/llvm/llvm-project/commit/fcf59cc917e093980389dd6d124c544ea345fcbf.diff

LOG: fix comment typo to cycle bots

Added: 
    

Modified: 
    lld/ELF/Arch/AVR.cpp

Removed: 
    


################################################################################
diff  --git a/lld/ELF/Arch/AVR.cpp b/lld/ELF/Arch/AVR.cpp
index 0926ff2d0b4b6..010e5c93ab883 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.


        


More information about the llvm-commits mailing list