Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/quizzes/scheduling.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"feedback": "Correct! A forked process' virtual address space is an exact copy to its parent's."
},
{
"answer": "Processes cannot communicate with eachother because of their separate address spaces",
"answer": "Processes cannot communicate with each other because of their separate address spaces",
"correct": false,
"feedback": "Incorrect. Process can communicate through pipes and file descriptors."
}
Expand Down