X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Fgeneric%2Frte_cycles.h;h=8cc21f204fc08abdbed7422a7d0d72b6f4614335;hb=9aca9fc2047b7d1345bba94dd5bc2d629653a48e;hp=7700f411b5a71ac23023fdabd2db1a49ea43a387;hpb=0cd54d9c17e85ab35f317858c4f19c6ecd023f0b;p=dpdk.git diff --git a/lib/librte_eal/common/include/generic/rte_cycles.h b/lib/librte_eal/common/include/generic/rte_cycles.h index 7700f411b5..8cc21f204f 100644 --- a/lib/librte_eal/common/include/generic/rte_cycles.h +++ b/lib/librte_eal/common/include/generic/rte_cycles.h @@ -130,12 +130,12 @@ rte_get_hpet_hz(void); * then the HPET functions are unavailable and should not be called. * * @param make_default - * If set, the hpet timer becomes the default timer whose values are - * returned by the rte_get_timer_hz/cycles API calls + * If set, the hpet timer becomes the default timer whose values are + * returned by the rte_get_timer_hz/cycles API calls * * @return - * 0 on success, - * -1 on error, and the make_default parameter is ignored. + * 0 on success, + * -1 on error, and the make_default parameter is ignored. */ int rte_eal_hpet_init(int make_default);