diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2016-04-15 20:28:26 -0700 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2016-04-18 11:59:13 +0300 |
commit | b993998a089a3c9c0aa8c72c33e4352fc4e7607d (patch) | |
tree | 331a599c3702f25492092d04485b9de903329774 | |
parent | aff703ec2b4165e87bc57816869afe5666c325d1 (diff) |
drm: Spelling fix in comment
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Giulio Camuffo <giuliocamuffo@gmail.com>
-rw-r--r-- | src/compositor-drm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor-drm.c b/src/compositor-drm.c index 119b6c5d..a47b4534 100644 --- a/src/compositor-drm.c +++ b/src/compositor-drm.c @@ -1551,7 +1551,7 @@ create_gbm_device(int fd) } /* When initializing EGL, if the preferred buffer format isn't available - * we may be able to susbstitute an ARGB format for an XRGB one. + * we may be able to substitute an ARGB format for an XRGB one. * * This returns 0 if substitution isn't possible, but 0 might be a * legitimate format for other EGL platforms, so the caller is |