Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 3e1e14b

Browse files
committed
Fix english
1 parent 548e6d8 commit 3e1e14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/addins/MacPlatform/KernelInterop.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static bool TryGetTaskVMInfo (out task_vm_info vm_info)
7676
vm_info = new task_vm_info ();
7777
int size;
7878
unsafe {
79-
// task_vm_info is the size in natural_t units
79+
// task_vm_info's size in natural_t units
8080
size = sizeof (task_vm_info) / 4;
8181
}
8282

0 commit comments

Comments
 (0)