diff options
| author | wtz <[email protected]> | 2023-07-19 12:35:52 +0800 |
|---|---|---|
| committer | wtz <[email protected]> | 2023-07-19 12:35:52 +0800 |
| commit | f75224a8435d0eb9cdda79f8bc571eeef25a8e33 (patch) | |
| tree | 278e00b17c8f5558df1c1a21f1204078ea62a58f /tests/projects/windows | |
| parent | ca83e9a78b7f2d45e833fa705c880867ad2381c6 (diff) | |
Fix grammar
Diffstat (limited to 'tests/projects/windows')
| -rw-r--r-- | tests/projects/windows/driver/kmdf/serial/read.c | 2 | ||||
| -rw-r--r-- | tests/projects/windows/driver/wdm/msdsm/intrface.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/projects/windows/driver/kmdf/serial/read.c b/tests/projects/windows/driver/kmdf/serial/read.c index ab745fdd7..6f138d9d3 100644 --- a/tests/projects/windows/driver/kmdf/serial/read.c +++ b/tests/projects/windows/driver/kmdf/serial/read.c @@ -1736,7 +1736,7 @@ Return Value: //
// Since we (essentially) reduced the percentage of the interrupt
- // buffer being full, we need to handle any flow control.
+ // buffer being full, we need to handle any flow of control.
//
SerialHandleReducedIntBuffer(extension);
diff --git a/tests/projects/windows/driver/wdm/msdsm/intrface.c b/tests/projects/windows/driver/wdm/msdsm/intrface.c index eeebf7f93..4a390c212 100644 --- a/tests/projects/windows/driver/wdm/msdsm/intrface.c +++ b/tests/projects/windows/driver/wdm/msdsm/intrface.c @@ -3720,8 +3720,8 @@ Return Value: //
// This indicates that the request is being retried. So we need to:
// 1. Update old path's and new path's request count
- // 2. If the old path was supposed to be removed, check if there are
- // no more requests are outstanding, and if yes, remove the path
+ // 2. If the old path was supposed to be removed, check if there is
+ // no more outstanding request, and if so, remove the path
//
irpStack = IoGetCurrentIrpStackLocation(irp);
|
