drivers/rpmsg: fix typo intialize -> initialize

Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
chao an
2024-12-17 15:46:35 +08:00
committed by Xiang Xiao
parent 74e6d0e8bf
commit 67c8159404
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -396,7 +396,7 @@ static int rptun_ivshmem_probe(FAR struct ivshmem_device_s *ivdev)
ret = rptun_initialize(&priv->rptun);
if (ret < 0)
{
pcierr("rptun intialize failed, ret=%d\n", ret);
pcierr("rptun initialize failed, ret=%d\n", ret);
goto err;
}