diff options
author | Huang Shijie <[email protected]> | 2020-08-13 14:02:20 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2020-08-13 20:59:06 +0200 |
commit | cb75c95c5262328bd4da3dd334f6826a3a34a979 (patch) | |
tree | 5ea434ac61ae8ef1ab9228f2d16366c9ee72c075 | |
parent | dc06fe51d26efc100ac74121607c01a454867c91 (diff) |
Documentation/locking/locktypes: Fix a typo
We have three categories locks, not two.
Signed-off-by: Huang Shijie <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/locking/locktypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/locking/locktypes.rst b/Documentation/locking/locktypes.rst index 1b577a8bf982..4cefed8048ca 100644 --- a/Documentation/locking/locktypes.rst +++ b/Documentation/locking/locktypes.rst @@ -10,7 +10,7 @@ Introduction ============ The kernel provides a variety of locking primitives which can be divided -into two categories: +into three categories: - Sleeping locks - CPU local locks |