ASoC: SOF: sof-client: trivial: fix comment typo

Fix typo s/depndent/dependent

Fixes: 6e9548cdb3 ("ASoC: SOF: Convert the generic IPC flood test into SOF client")
Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20231031112218.79136-1-eugen.hristev@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Eugen Hristev 2023-10-31 13:22:18 +02:00 committed by Mark Brown
parent 4bdcbc31ad
commit 45f2f28bd4
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -176,7 +176,7 @@ int sof_register_clients(struct snd_sof_dev *sdev)
goto err_kernel_injector;
}
/* Platform depndent client device registration */
/* Platform dependent client device registration */
if (sof_ops(sdev) && sof_ops(sdev)->register_ipc_clients)
ret = sof_ops(sdev)->register_ipc_clients(sdev);