firmware: tegra: Fix a typo
authorDeming Wang <wangdeming@inspur.com>
Tue, 12 Sep 2023 12:10:30 +0000 (08:10 -0400)
committerThierry Reding <treding@nvidia.com>
Wed, 11 Oct 2023 21:02:19 +0000 (23:02 +0200)
successfully, not 'succesfully'

Signed-off-by: Deming Wang <wangdeming@inspur.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
include/soc/tegra/bpmp-abi.h

index ecefcae..6b995a8 100644 (file)
@@ -1194,7 +1194,7 @@ struct cmd_clk_is_enabled_request {
  */
 struct cmd_clk_is_enabled_response {
        /**
-        * @brief The state of the clock that has been succesfully
+        * @brief The state of the clock that has been successfully
         * requested with CMD_CLK_ENABLE or CMD_CLK_DISABLE by the
         * master invoking the command earlier.
         *