fix typo in documentation. 69/58769/2
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 3 Feb 2016 08:42:44 +0000 (17:42 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 4 Feb 2016 01:19:08 +0000 (17:19 -0800)
Change-Id: I2e883c47b9c40ee8267b9efe6c3ab05114dd2019

src/tbm_bufmgr.h

index 78a0a88..82e403d 100644 (file)
@@ -569,7 +569,7 @@ tbm_fd tbm_bo_export_fd(tbm_bo bo);
    ...
 
    bufmgr = tbm_bufmgr_init (bufmgr_fd);
-   bo = tbm_bo_import (key);
+   bo = tbm_bo_import (bufmgr, key);
    if (bo == NULL)
    {
       error = tbm_get_last_error ();