diff --git a/esphome/core/helpers.h b/esphome/core/helpers.h index 8d4a2c0fdc4..fd9dc8e3d16 100644 --- a/esphome/core/helpers.h +++ b/esphome/core/helpers.h @@ -1962,7 +1962,7 @@ class LwIPLock { LwIPLock(); ~LwIPLock(); #else - // Single-threaded or no lwIP core locking — inline no-ops + // No lwIP core locking — inline no-ops LwIPLock() = default; ~LwIPLock() = default; #endif