radv/sqtt: fix RADV_THREAD_TRACE_BUFFER_SIZE spelling

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4116>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4116>
This commit is contained in:
Edmondo Tommasina 2020-03-09 16:25:03 +01:00 committed by Marge Bot
parent 7bbd10da23
commit c7976ed43a
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ radv_get_thread_trace(struct radv_queue *queue,
"buffer size is %d KB.\n",
expected_size, available_size);
fprintf(stderr, "Please update the buffer size with "
"RADV_THREAD_TRACE_BUFER_SIZE=<size_in_bytes>\n");
"RADV_THREAD_TRACE_BUFFER_SIZE=<size_in_bytes>\n");
return false;
}