diff options
author | cui fliter <[email protected]> | 2023-04-18 09:17:36 +0800 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-04-18 22:51:49 +0200 |
commit | 4e9f9e27731a07e665007def34680d20ef31b5c8 (patch) | |
tree | e7ab201fe4756f577fe0c6f4b81d0aa9f37733b9 /builder | |
parent | 64957c5254fba22fe6d39f0509298b16fc38b7f3 (diff) | |
download | tinygo-4e9f9e27731a07e665007def34680d20ef31b5c8.tar.gz tinygo-4e9f9e27731a07e665007def34680d20ef31b5c8.zip |
fix some comments
Signed-off-by: cui fliter <[email protected]>
Diffstat (limited to 'builder')
-rw-r--r-- | builder/esp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/esp.go b/builder/esp.go index e349c964e..357fa8232 100644 --- a/builder/esp.go +++ b/builder/esp.go @@ -23,7 +23,7 @@ type espImageSegment struct { data []byte } -// makeESPFirmare converts an input ELF file to an image file for an ESP32 or +// makeESPFirmareImage converts an input ELF file to an image file for an ESP32 or // ESP8266 chip. This is a special purpose image format just for the ESP chip // family, and is parsed by the on-chip mask ROM bootloader. // |