Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deadlocks Section, Simple Typo T1 -> T2 #89

Open
theassassin010 opened this issue Oct 5, 2023 · 1 comment
Open

Deadlocks Section, Simple Typo T1 -> T2 #89

theassassin010 opened this issue Oct 5, 2023 · 1 comment
Assignees
Labels

Comments

@theassassin010
Copy link

What needs to be fixed?

In the Deadlocks section, in the 4th paragraph --

This is where the problem lies. T2 will not be able to lock the mutex for A, because T1 is holding it. T1 will not be able to lock the mutex for B, because T1 T2 is holding it. More importantly, neither T1 nor T2 will be able to release the mutex that the other needs, since they are both blocking trying to acquire the mutex the other has.

@theassassin010 theassassin010 changed the title [TYPO] Operating Systems - Welcome to GIOS Deadlocks Section, Simple Typo T1 -> T2 Oct 5, 2023
@m4ttsch
Copy link
Owner

m4ttsch commented Oct 11, 2023

Can you please submit a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants