Fix a small typo. Signed-off-by: Harald Seiler <hws@xxxxxxx> --- Documentation/libtracefs-sql.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/libtracefs-sql.txt b/Documentation/libtracefs-sql.txt index ba4271e..5e48baa 100644 --- a/Documentation/libtracefs-sql.txt +++ b/Documentation/libtracefs-sql.txt @@ -195,7 +195,7 @@ That is: [source,c] -- - select CAST(common_pid AS comm, CAST(id AS syscall) FROM sys_enter + select CAST(common_pid AS comm), CAST(id AS syscall) FROM sys_enter -- Which produces: -- 2.36.1