mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix spelling and wording in a comment.
This commit is contained in:
parent
ad3c888766
commit
e70415b38e
1 changed files with 2 additions and 2 deletions
|
|
@ -184,9 +184,9 @@ openfirm_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flags,
|
|||
case OFIOCSET:
|
||||
/*
|
||||
* Note: Text string values for at least the /options node
|
||||
* have to be null-terminated and the length paramter must
|
||||
* have to be null-terminated and the length parameter must
|
||||
* include this terminating null. However, like OF_getprop(),
|
||||
* OF_setprop() will return the the actual length of the text
|
||||
* OF_setprop() will return the actual length of the text
|
||||
* string, i.e. omitting the terminating null.
|
||||
*/
|
||||
if ((flags & FWRITE) == 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue