Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 06:48:09 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 16f66b464e3b - stable/13 - vmware: Fix a typo in a source code comment
Message-ID:  <202401230648.40N6m958058128@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=16f66b464e3b4bf78954f674f4147d39cccbd596

commit 16f66b464e3b4bf78954f674f4147d39cccbd596
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-20 16:33:27 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-23 06:46:55 +0000

    vmware: Fix a typo in a source code comment
    
    - s/withing/within/
    
    (cherry picked from commit 623848af604116aa33bc8a66d2ac45b4cbaccfd8)
---
 sys/dev/vmware/vmci/vmci_defs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/vmware/vmci/vmci_defs.h b/sys/dev/vmware/vmci/vmci_defs.h
index cfa302ad11aa..466712c41cee 100644
--- a/sys/dev/vmware/vmci/vmci_defs.h
+++ b/sys/dev/vmware/vmci/vmci_defs.h
@@ -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)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401230648.40N6m958058128>