Fix api reference for bundle
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 13 Nov 2019 06:38:29 +0000 (15:38 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 3 Mar 2020 03:32:06 +0000 (12:32 +0900)
Change-Id: I5e567b151fbe71b7929decd70c8c8b5947f2fdc5
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/bundle.h

index 1cb307a347f6cea8be16f09ea75378d9277a04f1..b51aa69414e8a4eae2ad6951ab856c8b9fa4b123 100644 (file)
@@ -282,7 +282,7 @@ API int bundle_get_type(bundle *b, const char *key);
  *         @c NULL - Failure
  * @exception #BUNDLE_ERROR_NONE Success
  * @exception #BUNDLE_ERROR_INVALID_PARAMETER Invalid parameter
- * @pre @a b must be a valid bundle object.
+ * @pre @a b_from must be a valid bundle object.
  *
  * @code
  #include <bundle.h>