Commit bde3ce72 authored by Deming Wang's avatar Deming Wang Committed by Thierry Reding
Browse files

firmware: tegra: Fix a typo



successfully, not 'succesfully'

Signed-off-by: default avatarDeming Wang <wangdeming@inspur.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 0bb80ecc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
	 *