diff options
author | Ben Widawsky <[email protected]> | 2016-08-01 17:18:48 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2016-08-03 10:56:41 -0700 |
commit | 1743c4184bdecd0c50e9f6fa17cafa84407fa929 (patch) | |
tree | b718a8bcbc872e2b3c4b3100349b386f16754ccf /src/gbm | |
parent | bc1fc9c98539f38f5a29b314d4a993a2e2f7ca0a (diff) |
gbm: Correct bo_import documentation (trivial)
Missed here:
commit a43d286ef7ff65087b1f051d071b829ca7b02073
Author: Kristian Høgsberg <[email protected]>
Date: Fri Mar 28 10:17:11 2014 -0700
gbm: Add import from fd
Cc: Kristian Høgsberg <[email protected]>
Signed-off-by: Ben Widawsky <[email protected]>
Signed-off-by: Eric Anholt <[email protected]>
Reviewed-by: Alejandro Piñeiro <[email protected]>
Diffstat (limited to 'src/gbm')
-rw-r--r-- | src/gbm/main/gbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c index 75fc5d47c72..1acbbcd0695 100644 --- a/src/gbm/main/gbm.c +++ b/src/gbm/main/gbm.c @@ -333,7 +333,7 @@ gbm_bo_create(struct gbm_device *gbm, * * This function imports a foreign object and creates a new gbm bo for it. * This enabled using the foreign object with a display API such as KMS. - * Currently two types of foreign objects are supported, indicated by the type + * Currently three types of foreign objects are supported, indicated by the type * argument: * * GBM_BO_IMPORT_WL_BUFFER |