From 5dc53b3be156b967b41b2083fcae83101d4565e1 Mon Sep 17 00:00:00 2001 From: Pisit Sawangvonganan Date: Tue, 23 Jul 2024 22:39:14 +0700 Subject: [PATCH] doc: releases: fix typo `release-notes-3.7.rst` Utilize a code spell-checking tool to correct spelling errors in `doc/releases/release-notes-3.7.rst` file. (cherry picked from commit d6afb8fb521844ff8a24d70f1432a428b975a1bd) Original-Signed-off-by: Pisit Sawangvonganan GitOrigin-RevId: d6afb8fb521844ff8a24d70f1432a428b975a1bd Change-Id: I2d0ba39f39d6e66b05a20a8e8a636e3bbc812488 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5735669 Reviewed-by: Tristan Honscheid Tested-by: Tristan Honscheid Commit-Queue: Tristan Honscheid Tested-by: ChromeOS Prod (Robot) --- doc/releases/release-notes-3.7.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index 8eb2282c141..9d4eaba71d3 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -537,9 +537,9 @@ Build system and Infrastructure * Added support for enabling LTO for whole application (:github:`69519`). * Fixed ``FILE_SUFFIX`` issues relating to double application of suffixes, non-application in - sysbuild and variable name clases in CMake functions (:github:`70124`, :github:`71280`). + sysbuild and variable name clashes in CMake functions (:github:`70124`, :github:`71280`). - * Added support for new agressive size optimisation flag (for GCC and Clang) using + * Added support for new aggressive size optimisation flag (for GCC and Clang) using :kconfig:option:`CONFIG_SIZE_OPTIMIZATIONS_AGGRESSIVE` (:github:`70511`). * Fixed issue with printing out ``BUILD_VERSION`` if it was empty (:github:`70970`). @@ -584,7 +584,7 @@ Drivers and Sensors * Added configuration of internal reference voltage value to ad559x to support calls of :c:func:`adc_raw_to_millivolts()`. * Fixed issue with driver initialization causing improper operation in the ad559x driver - regarding the availibility of :kconfig:option:`CONFIG_THREAD_NAME`. + regarding the availability of :kconfig:option:`CONFIG_THREAD_NAME`. * Improved the ADC read efficiency and validation in ad559x driver. * ESP32 changes