Skip to content

Commit 37ea3b8

Browse files
authored
Update README.md
1 parent 08ab934 commit 37ea3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ASU_CSE530/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ I implemented all Linux Kernel/Driver assignments in ASU CSE530, independently.
1111
* Export HC-SR04 module to the SYSFS interface.
1212
* Both parts had testing programs and README.
1313

14-
* Assignment03 is the implementation of synchronization in Linux kernel.
14+
* Assignment03 included the implementation of synchronization in Linux kernel.
1515
* I implemented the Barrier through three system calls.
1616
* barrier_init(int count, unsigned int\* barrier_id)
1717
* barrier_wait(int barrier_id)

0 commit comments

Comments
 (0)