summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorwtz <[email protected]>2023-07-19 12:35:52 +0800
committerwtz <[email protected]>2023-07-19 12:35:52 +0800
commitf75224a8435d0eb9cdda79f8bc571eeef25a8e33 (patch)
tree278e00b17c8f5558df1c1a21f1204078ea62a58f /tests/projects
parentca83e9a78b7f2d45e833fa705c880867ad2381c6 (diff)
Fix grammar
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/linux/bpf/minimal/test.lua2
-rw-r--r--tests/projects/windows/driver/kmdf/serial/read.c2
-rw-r--r--tests/projects/windows/driver/wdm/msdsm/intrface.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/projects/linux/bpf/minimal/test.lua b/tests/projects/linux/bpf/minimal/test.lua
index 474060ab0..4be411b32 100644
--- a/tests/projects/linux/bpf/minimal/test.lua
+++ b/tests/projects/linux/bpf/minimal/test.lua
@@ -1,6 +1,6 @@
function main(t)
if is_host("linux") and os.arch() == "x86_64" then
- -- TODO, we need wait fix of linux kernel
+ -- TODO, we need to wait fix of linux kernel
if linuxos.name() == "archlinux" then
return
end
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);