OSDN Git Service

Documentation/sparse: fix typo
authorEric Engestrom <eric.engestrom@imgtec.com>
Tue, 13 Mar 2018 11:10:58 +0000 (11:10 +0000)
committerJonathan Corbet <corbet@lwn.net>
Wed, 21 Mar 2018 15:17:56 +0000 (09:17 -0600)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/dev-tools/sparse.rst

index 78aa00a..c401c95 100644 (file)
@@ -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
 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.
 
 Getting sparse