diff options
| author | Paul E. McKenney <paulmck@kernel.org> | 2025-08-19 08:38:06 -0700 |
|---|---|---|
| committer | Paul E. McKenney <paulmck@kernel.org> | 2025-08-22 06:25:47 -0700 |
| commit | 14b0a12a70414f7a3119e9d661a8bcab42492b8e (patch) | |
| tree | 80c7724ce9f0f2739de0d3042406784d7ff8d4a4 | |
| parent | 9832258da7f1bc2051c536a2068e880d49570de2 (diff) | |
doc: Fix typo in RCU's torture.rst documentation
s/you//
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
| -rw-r--r-- | Documentation/RCU/torture.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/torture.rst b/Documentation/RCU/torture.rst index cc57d01ed700..1ad5cc793811 100644 --- a/Documentation/RCU/torture.rst +++ b/Documentation/RCU/torture.rst @@ -344,7 +344,7 @@ painstaking and error-prone. And this is why the kvm-remote.sh script exists. -If you the following command works:: +If the following command works:: ssh system0 date |
