Commit 1227acb441 for aom

commit 1227acb4415d91e572e6f647374a9d873c4cb558
Author: Wan-Teh Chang <wtc@google.com>
Date:   Fri Jul 31 14:25:30 2026 -0700

    Fix comment typos related to examples and tools

    Change-Id: Iabbf3a3f107906d85b7165dd6d138e0e1eedad6f

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b335d079a7..bdb117de05 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -751,8 +751,8 @@ if(ENABLE_TOOLS)
     list(APPEND AOM_TOOL_TARGETS dump_obu)
     list(APPEND AOM_APP_TARGETS dump_obu)

-    # Maintain a separate variable listing only the examples to facilitate
-    # installation of example programs into an tools sub directory of
+    # Maintain a separate variable listing only the tools to facilitate
+    # installation of tool programs into a tools sub directory of
     # $AOM_DIST_DIR/bin when building the dist target.
     list(APPEND AOM_TOOL_TARGETS ${AOM_DECODER_TOOL_TARGETS}
                 ${AOM_ENCODER_TOOL_TARGETS})
@@ -889,7 +889,8 @@ endif()

 if(ENABLE_EXAMPLES AND "${CMAKE_GENERATOR}" MATCHES "Makefiles$")

-  # For historical purposes place the example binaries in the example directory.
+  # For historical purposes place the example binaries in the examples
+  # directory.
   file(MAKE_DIRECTORY "${AOM_CONFIG_DIR}/examples")

   foreach(target ${AOM_EXAMPLE_TARGETS})