add lastmode function
[apps/agl-service-homescreen.git] / src / hs-helper.cpp
index 33ab721..30b53b2 100644 (file)
@@ -330,8 +330,8 @@ int readJsonFile(const char* file, struct json_object **obj)
  * - obj : json_object
  *
  * #### Return
- * 0 : read success
- * -1 : read fail
+ * 0 : write success
+ * -1 : write fail
  *
  */
 int writeJsonFile(const char* file,  struct json_object *obj)