Mesa (master): gallium: fix drm_driver_descriptor::name comment

Emil Velikov evelikov at kemper.freedesktop.org
Fri Oct 14 10:09:40 UTC 2016


Module: Mesa
Branch: master
Commit: 0f031dcf115c1dfbd87c3d8b986a86431cfdf217
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f031dcf115c1dfbd87c3d8b986a86431cfdf217

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Tue Oct 11 19:39:23 2016 +0100

gallium: fix drm_driver_descriptor::name comment

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>

---

 src/gallium/include/state_tracker/drm_driver.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/include/state_tracker/drm_driver.h b/src/gallium/include/state_tracker/drm_driver.h
index fefab11..540cc38 100644
--- a/src/gallium/include/state_tracker/drm_driver.h
+++ b/src/gallium/include/state_tracker/drm_driver.h
@@ -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;
 




More information about the mesa-commit mailing list