Skip to content
Snippets Groups Projects
Commit 3b7ea9f0 authored by Eric Engestrom's avatar Eric Engestrom Committed by Jonathan Corbet
Browse files

Documentation/sparse: fix typo

parent 1dbba2cf
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ __releases - The specified lock is held on function entry, but not exit. ...@@ -67,7 +67,7 @@ __releases - The specified lock is held on function entry, but not exit.
If the function enters and exits without the lock held, acquiring and If the function enters and exits without the lock held, acquiring and
releasing the lock inside the function in a balanced way, no releasing the lock inside the function in a balanced way, no
annotation is needed. The tree annotations above are for cases where annotation is needed. The three annotations above are for cases where
sparse would otherwise report a context imbalance. sparse would otherwise report a context imbalance.
Getting sparse Getting sparse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment