mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
gallium: fix drm_driver_descriptor::name comment
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
c85b34ffd0
commit
0f031dcf11
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ struct drm_conf_ret {
|
|||
struct drm_driver_descriptor
|
||||
{
|
||||
/**
|
||||
* Identifying sufix/prefix of the binary, used by egl.
|
||||
* Identifying prefix/suffix of the binary, used by the pipe-loader.
|
||||
*/
|
||||
const char *name;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue