From: Mathieu Desnoyers Date: Sun, 15 Aug 2010 22:48:00 +0000 (-0400) Subject: fix typo X-Git-Tag: v0.12.34 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=49d782724593dede34cf7c4eebc01d2482aac62a fix typo Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index c1795a54..8f87b2d2 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3961,7 +3961,7 @@ compilers.
LTTV 0.12.34 fixes a bug in string handling in libltttraceread. Caused incorrect string length calculation when a string appeared in many per-cpu tracefiles of the same channel.
-LTTng 0.221 is now supports writing strings into the buffer when string input is +LTTng 0.221 now supports writing strings into the buffer when string input is being modified concurrently. Such a race should not render the trace unreadable.