From 15d2d3ff968f66e6fa44a143de00dc77251789ff Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sat, 13 Dec 2025 12:13:01 +0900 Subject: [PATCH] Update esphome/core/buildinfo.cpp Co-authored-by: J. Nick Koston --- esphome/core/buildinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/core/buildinfo.cpp b/esphome/core/buildinfo.cpp index 03a2ac55ad..edfff44b18 100644 --- a/esphome/core/buildinfo.cpp +++ b/esphome/core/buildinfo.cpp @@ -6,7 +6,7 @@ // it would if it were in a header file like version.h. // // It's passed in in *string* form so that it can go directly into the -// flash as .rodate instead of using precious RAM to build a date string +// flash as .rodata instead of using precious RAM to build a date string // from a time_t at runtime. // // Determining the target endianness and word size from the generation