summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Muezerie <[email protected]>2026-05-26 16:19:55 -0400
committerAndre Muezerie <[email protected]>2026-05-26 16:19:55 -0400
commit75562144a0f28ad5381479e0b98d0005f0eaf264 (patch)
treec39a9e79df46985fe45bf3b7ad5ec623c1ee403b
parent5abeda97a44b0857bc3b75e7b0f10705fcff4176 (diff)
Fixed more typos
-rw-r--r--network/modem/fakemodem/driver.c4
-rw-r--r--network/modem/fakemodem/readwrit.c4
-rw-r--r--network/ndis/extension/base/SxApi.h6
-rw-r--r--network/ndis/extension/base/SxLibrary.h8
4 files changed, 11 insertions, 11 deletions
diff --git a/network/modem/fakemodem/driver.c b/network/modem/fakemodem/driver.c
index 8484d95f..1027fda7 100644
--- a/network/modem/fakemodem/driver.c
+++ b/network/modem/fakemodem/driver.c
@@ -15,8 +15,8 @@ Abstract:
This is a simple form of function driver for fakemodem device. The driver
doesn't handle any PnP and Power events because the framework provides
- default behaviour for those events. This driver has enough support to
- allow an user application (toast/notify.exe) to open the device
+ default behavior for those events. This driver has enough support to
+ allow a user application (toast/notify.exe) to open the device
interface registered by the driver and send read, write or ioctl requests.
Environment:
diff --git a/network/modem/fakemodem/readwrit.c b/network/modem/fakemodem/readwrit.c
index 9d9eeb02..fbce3e9a 100644
--- a/network/modem/fakemodem/readwrit.c
+++ b/network/modem/fakemodem/readwrit.c
@@ -15,8 +15,8 @@ Abstract:
This is a simple form of function driver for Fm device. The driver
doesn't handle any PnP and Power events because the framework provides
- default behaviour for those events. This driver has enough support to
- allow an user application (toast/notify.exe) to open the device
+ default behavior for those events. This driver has enough support to
+ allow a user application (toast/notify.exe) to open the device
interface registered by the driver and send read, write or ioctl requests.
Environment:
diff --git a/network/ndis/extension/base/SxApi.h b/network/ndis/extension/base/SxApi.h
index db3ba0a5..a8c4c0db 100644
--- a/network/ndis/extension/base/SxApi.h
+++ b/network/ndis/extension/base/SxApi.h
@@ -918,7 +918,7 @@ SxExtQueryPortFeatureStatus(
SxExtProcessNicRequest
Routine Description:
- This function is called upon the reciept of an OID_SWITCH_NIC_REQUEST
+ This function is called upon the receipt of an OID_SWITCH_NIC_REQUEST
to the extension.
If an extension wishes to redirect the OID, it must return a valid
DestinationPortId and DestinationNicIndex, which it has taken a
@@ -1016,12 +1016,12 @@ SxExtProcessNicRequestComplete(
SxExtProcessNicStatus
Routine Description:
- This function is called upon the reciept of an NDIS_STATUS_SWITCH_NIC_STATUS
+ This function is called upon the receipt of an NDIS_STATUS_SWITCH_NIC_STATUS
to the extension.
If the extension wishes to modify the status indication, it should
send its own status indication using NdisFIndicateStatus and return a
failure status.
- If the extension wishes to drop the status indiction, it should return
+ If the extension wishes to drop the status indication, it should return
failure status, though this should be done very sparingly and carefully.
!! This function should only be used by forwarding extensions. !!
diff --git a/network/ndis/extension/base/SxLibrary.h b/network/ndis/extension/base/SxLibrary.h
index ee491d5b..7071ab0c 100644
--- a/network/ndis/extension/base/SxLibrary.h
+++ b/network/ndis/extension/base/SxLibrary.h
@@ -261,7 +261,7 @@ Routine Description:
This function is called to get the current array
of ports.
- NOTE: It is necessary to synchonize this with SxExtPortCreate
+ NOTE: It is necessary to synchronize this with SxExtPortCreate
and SxExtPortTeardown.
Arguments:
@@ -292,7 +292,7 @@ Routine Description:
This function is called to get the current array
of NICs.
- NOTE: It is necessary to synchonize this with SxExtNicConnect
+ NOTE: It is necessary to synchronize this with SxExtNicConnect
and SxExtNicDisconnect.
Arguments:
@@ -322,7 +322,7 @@ Routine Description:
This function is called to get the current array of the switch
property queried.
- NOTE: It is necessary to synchonize this with SxExtAddSwitchProperty
+ NOTE: It is necessary to synchronize this with SxExtAddSwitchProperty
and SxExtDeleteSwitchProperty.
Arguments:
@@ -358,7 +358,7 @@ Routine Description:
This function is called to get the current array of the switch
property queried.
- NOTE: It is necessary to synchonize this with SxExtAddPortProperty
+ NOTE: It is necessary to synchronize this with SxExtAddPortProperty
and SxExtDeletePortProperty.
Arguments: