浏览代码

Documentation/sparse: fix typo

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Eric Engestrom 7 年之前
父节点
当前提交
3b7ea9f015
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/dev-tools/sparse.rst

+ 1 - 1
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