aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools/sparse.rst
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2018-03-13 11:10:58 +0000
committerJonathan Corbet <corbet@lwn.net>2018-03-21 09:17:56 -0600
commit3b7ea9f015d682bb7a130f5c69e37affd8b9a9a4 (patch)
treeee8cad777e8acceec5e2caf868a032cf5cdf72fe /Documentation/dev-tools/sparse.rst
parentDocumentation/CodingStyle: Add an example for braces (diff)
downloadlinux-dev-3b7ea9f015d682bb7a130f5c69e37affd8b9a9a4.tar.xz
linux-dev-3b7ea9f015d682bb7a130f5c69e37affd8b9a9a4.zip
Documentation/sparse: fix typo
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/dev-tools/sparse.rst')
-rw-r--r--Documentation/dev-tools/sparse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/sparse.rst b/Documentation/dev-tools/sparse.rst
index 78aa00a604a0..c401c952a340 100644
--- a/Documentation/dev-tools/sparse.rst
+++ b/Documentation/dev-tools/sparse.rst
@@ -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