Commit f5fb1b4baf for aom
commit f5fb1b4baf2c50bffda129e5eb7c3b824f772252
Author: James Zern <jzern@google.com>
Date: Wed May 6 11:33:23 2026 -0700
register_state_check.h,cosmetics: fix some typos
Change-Id: I4a628999c126ac2e90e11b23c57338fa9614a562
diff --git a/test/register_state_check.h b/test/register_state_check.h
index 20fe88ac89..e9a7bf6689 100644
--- a/test/register_state_check.h
+++ b/test/register_state_check.h
@@ -20,9 +20,8 @@
// API_REGISTER_STATE_CHECK(function)
// Validates the environment pre & post function execution to ensure the
-// environment is in a consistent state. This should be used with API
-// function sand assembly functions which are not expected to fully restore
-// the system state.
+// environment is in a consistent state. This should be used with functions
+// which are expected to fully restore the system state.
// See platform implementations of RegisterStateCheck and
// RegisterStateCheckMMX for details.