change the argument name.
[platform/core/uifw/libtbm.git] / src / tbm_bufmgr.h
index a809e20..f37bff1 100644 (file)
@@ -1025,9 +1025,9 @@ int tbm_bo_get_flags(tbm_bo bo);
  * @brief bind the native_display.
  * @since_tizen 3.0
  * @param[in] bufmgr : the buffer manager
- * @param[in] NativeDisplay : the native_display
+ * @param[in] native_display : the native_display
  */
-int tbm_bufmgr_bind_native_display(tbm_bufmgr bufmgr, void *NativeDisplay);
+int tbm_bufmgr_bind_native_display(tbm_bufmgr bufmgr, void *native_display);
 
 /**
  * @brief Print out the information of tbm_bos.