doc: fix file argument of debug functions
[dpdk.git] / lib / librte_ring / rte_ring.h
index dfe07a2..32b8c8d 100644 (file)
@@ -341,7 +341,7 @@ void rte_ring_free(struct rte_ring *r);
 int rte_ring_set_water_mark(struct rte_ring *r, unsigned count);
 
 /**
- * Dump the status of the ring to the console.
+ * Dump the status of the ring to a file.
  *
  * @param f
  *   A pointer to a file for output