diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 2f6c63f2c2..171c4a3ce7 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3832,7 +3832,7 @@ void lpwork_restorepriority(uint8_t reqprio);
boardctl()
is non-standard OS interface to alleviate the problem.
- It basically circumvents the normal device driver ioctl()
interlace and allows the application to perform direction IOCTL-like calls to the board-specific logic.
+ It basically circumvents the normal device driver ioctl()
interlace and allows the application to perform direct IOCTL-like calls to the board-specific logic.
It is especially useful for setting up board operational and test configurations.