firmware: tegra: Fix a typo

successfully, not 'succesfully'

Signed-off-by: Deming Wang <wangdeming@inspur.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Deming Wang 2023-09-12 08:10:30 -04:00 committed by Thierry Reding
parent 0bb80ecc33
commit bde3ce7257

View File

@ -1194,7 +1194,7 @@ struct cmd_clk_is_enabled_request {
*/ */
struct cmd_clk_is_enabled_response { 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 * requested with CMD_CLK_ENABLE or CMD_CLK_DISABLE by the
* master invoking the command earlier. * master invoking the command earlier.
* *