mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
vmware: Fix a typo in a source code comment
- s/withing/within/ MFC after: 3 days
This commit is contained in:
parent
f5e3329a5a
commit
623848af60
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ static const struct vmci_handle VMCI_INVALID_HANDLE = {VMCI_INVALID_ID,
|
|||
#define VMCI_ERROR_QUEUEPAIR_NOT_READY (-40)
|
||||
#define VMCI_ERROR_WOULD_BLOCK (-41)
|
||||
|
||||
/* VMCI clients should return error code withing this range */
|
||||
/* VMCI clients should return error code within this range */
|
||||
#define VMCI_ERROR_CLIENT_MIN (-500)
|
||||
#define VMCI_ERROR_CLIENT_MAX (-550)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue