diff --git a/slurm/slurmdb.h b/slurm/slurmdb.h index d24b361fe32178e4d04f0cb4446dd6891702d9d9..4bc8bf8c03960645cbdf119f9eb6dfbc0628a297 100644 --- a/slurm/slurmdb.h +++ b/slurm/slurmdb.h @@ -1103,7 +1103,7 @@ extern List slurmdb_coord_remove(void *db_conn, List acct_list, /* * get info from the storage - * RET: List of config_key_pairs_t * + * RET: List of config_key_pair_t * * note List needs to be freed with slurm_list_destroy() when called */ extern List slurmdb_config_get(void *db_conn);