Module: Mesa Branch: master Commit: abb2c7c9d333dc350c1a5f2c161e48e12a6e6116 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=abb2c7c9d333dc350c1a5f2c161e48e12a6e6116
Author: Eric Engestrom <[email protected]> Date: Wed Apr 24 13:21:18 2019 +0100 egl: fixup autotools-specific wording Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> --- src/egl/main/egldisplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egl/main/egldisplay.c b/src/egl/main/egldisplay.c index b26a9575087..ba5f84510fe 100644 --- a/src/egl/main/egldisplay.c +++ b/src/egl/main/egldisplay.c @@ -58,7 +58,7 @@ /** - * Map --with-platforms names to platform types. + * Map build-system platform names to platform types. */ static const struct { _EGLPlatformType platform; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
