Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block
[firefly-linux-kernel-4.4.55.git] / Documentation / trace / ring-buffer-design.txt
index 7d350b496585863daaa09e671c421453ba163d84..ff747b6fa39bbec72dab85a124732c22cd1f0c17 100644 (file)
@@ -683,7 +683,7 @@ against nested writers.
   cmpxchg(tail_page, temp_page, next_page)
 
 The above will update the tail page if it is still pointing to the expected
-page. If this fails, a nested write pushed it forward, the the current write
+page. If this fails, a nested write pushed it forward, the current write
 does not need to push it.