examples: Fix a typo in a string

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall
2020-06-23 12:39:31 +01:00
parent af6308971d
commit 2c216fcff9

View File

@ -80,7 +80,7 @@ do_some_work (SysprofCaptureWriter *writer)
real_duration, /* duration in nsec */
"Example", /* Group name, 23 chars+\0 */
"Sleep", /* Name, 39 chars+\0 */
"Anscillary message data"); /* UTF-8 Message data, limited to
"Ancillary message data"); /* UTF-8 Message data, limited to
64kb-frame size. */
}
}