Skip to content

Commit 1b08bae

Browse files
authored
Fix minor error
`and` word is written twice.
1 parent c56994e commit 1b08bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3195,7 +3195,7 @@ Example: We have servers for device drivers, network protocol stacks, file syste
31953195

31963196
**Hybrid Kernels (Modular Kernels)**
31973197

3198-
This is a combination of the above two, where the key idea is that Operating System services are in Kernel Space, and and there is no message passing, no performance overhead and no reliability benefits, of having services in user space.
3198+
This is a combination of the above two, where the key idea is that Operating System services are in Kernel Space, and there is no message passing, no performance overhead and no reliability benefits, of having services in user space.
31993199

32003200
This is used by Microsoft's NT kernels, all the way up to the latest Windows version.
32013201

0 commit comments

Comments
 (0)