tracing: Fix mismatched comment in __string_len
[linux-2.6-block.git] / samples / trace_events / trace-events-sample.h
index 5ab74fc9a2dfe83e612ee03238d142f9812f90e8..cbbbb83beced09af4a4376d87aa59560d654cd6b 100644 (file)
  *
  *         To assign this string, use the helper macro __assign_str_len().
  *
- *         __assign_str(foo, bar, len);
+ *         __assign_str_len(foo, bar, len);
  *
  *         Then len + 1 is allocated to the ring buffer, and a nul terminating
  *         byte is added. This is similar to: