drivers/can/can_native_linux_adapt: Correct a refernece to native_posix

Replace it with the driver name

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras
2025-03-04 14:01:25 +01:00
committed by Benjamin Cabé
parent a734805f82
commit 14a4f50642

View File

@@ -5,7 +5,7 @@
*/
/** @file
* @brief Private functions for native posix canbus driver.
* @brief Private functions for native_linux canbus driver.
*/
#ifndef ZEPHYR_DRIVERS_CAN_NATIVE_LINUX_ADAPT_H_