eal: fix typo in comments
Fixes: a753e53d517b ("eal: add device event monitor framework") Fixes: af75078fece3 ("first public release") Cc: stable@dpdk.org Signed-off-by: Krzysztof Kanas <kkanas@marvell.com>
This commit is contained in:
parent
32dcb9fd2a
commit
d32411d034
@ -349,7 +349,7 @@ rte_dev_iterator_next(struct rte_dev_iterator *it);
|
||||
* @b EXPERIMENTAL: this API may change without prior notice
|
||||
*
|
||||
* It registers the callback for the specific device.
|
||||
* Multiple callbacks cal be registered at the same time.
|
||||
* Multiple callbacks can be registered at the same time.
|
||||
*
|
||||
* @param device_name
|
||||
* The device name, that is the param name of the struct rte_device,
|
||||
|
@ -36,7 +36,7 @@ typedef void (*rte_intr_unregister_callback_fn)(struct rte_intr_handle *intr_han
|
||||
|
||||
/**
|
||||
* It registers the callback for the specific interrupt. Multiple
|
||||
* callbacks cal be registered at the same time.
|
||||
* callbacks can be registered at the same time.
|
||||
* @param intr_handle
|
||||
* Pointer to the interrupt handle.
|
||||
* @param cb
|
||||
|
Loading…
x
Reference in New Issue
Block a user