Module: Mesa Branch: master Commit: 21c2aca6b71f1b2c2f24b6e2ac2c0194eb7f5bde URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21c2aca6b71f1b2c2f24b6e2ac2c0194eb7f5bde
Author: Eric Engestrom <[email protected]> Date: Wed Jul 19 14:30:06 2017 +0100 gbm: fix typo Signed-off-by: Eric Engestrom <[email protected]> --- src/gbm/main/gbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c index 52eac7f29d..1de14f8fb4 100644 --- a/src/gbm/main/gbm.c +++ b/src/gbm/main/gbm.c @@ -186,7 +186,7 @@ gbm_bo_get_stride_for_plane(struct gbm_bo *bo, int plane) * The format of the pixels in the buffer. * * \param bo The buffer object - * \return The format of buffer object, on of the GBM_FORMAT_* codes + * \return The format of buffer object, one of the GBM_FORMAT_* codes */ GBM_EXPORT uint32_t gbm_bo_get_format(struct gbm_bo *bo) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
