diff options
author | Eric Engestrom <[email protected]> | 2019-04-24 13:21:18 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-04-30 15:25:40 +0000 |
commit | abb2c7c9d333dc350c1a5f2c161e48e12a6e6116 (patch) | |
tree | e4f24fcac27b03976e37770d8f28cd7dcc832134 /src/egl/main | |
parent | fe73c74691ed7ac5d26c23c8a54f9f2e088ae86f (diff) |
egl: fixup autotools-specific wording
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/egl/main')
-rw-r--r-- | src/egl/main/egldisplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |