X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Fcore%2Fmemstore.h;h=7c180fd2d44b2069c28a2e4e30f043c912a6a095;hp=8590156c209e4fd0556d6af466f8585cc19b6716;hb=637fd9289e84a2eb394d01c4769cbd5276c2b905;hpb=07dada8e5c614f0ef90fed8e86183ba7acd0e6e8 diff --git a/src/include/core/memstore.h b/src/include/core/memstore.h index 8590156..7c180fd 100644 --- a/src/include/core/memstore.h +++ b/src/include/core/memstore.h @@ -148,7 +148,7 @@ sdb_memstore_get_host(sdb_memstore_t *store, const char *name); /* * sdb_memstore_get_child: - * Retrieve a host's child object of the specified type and name. The + * Retrieve an object's child object of the specified type and name. The * reference count of the child object will be incremented before returning * it. The caller is responsible for releasing the object once it's no longer * used. @@ -158,7 +158,7 @@ sdb_memstore_get_host(sdb_memstore_t *store, const char *name); * - NULL else */ sdb_memstore_obj_t * -sdb_memstore_get_child(sdb_memstore_obj_t *host, int type, const char *name); +sdb_memstore_get_child(sdb_memstore_obj_t *obj, int type, const char *name); /* * sdb_memstore_get_field: