mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
boards: Fix typo in "register" word
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
8a4c9c3489
commit
9695659620
@@ -511,7 +511,7 @@ int bl602_bringup(void)
|
|||||||
ret = register_mtddriver(path, mtd_part, 0777, NULL);
|
ret = register_mtddriver(path, mtd_part, 0777, NULL);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
syslog(LOG_DEBUG, "ERROR: Failed to regitser MTD: %d\n", ret);
|
syslog(LOG_DEBUG, "ERROR: Failed to register MTD: %d\n", ret);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user