]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linuxapp/eal/eal_interrupts.c
spelling fixes
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal_interrupts.c
index 02d4fca4dac0e75f8d56eb6a3e41c67620d79e42..58e1ddfee92b393f8b386ce065ac95c41fd15f35 100644 (file)
@@ -276,7 +276,7 @@ rte_intr_enable(struct rte_intr_handle *intr_handle)
        /* not used at this moment */
        case RTE_INTR_HANDLE_ALARM:
                return -1;
-       /* unkown handle type */
+       /* unknown handle type */
        default:
                RTE_LOG(ERR, EAL,
                        "Unknown handle type of fd %d\n",
@@ -308,7 +308,7 @@ rte_intr_disable(struct rte_intr_handle *intr_handle)
        /* not used at this moment */
        case RTE_INTR_HANDLE_ALARM:
                return -1;
-       /* unkown handle type */
+       /* unknown handle type */
        default:
                RTE_LOG(ERR, EAL,
                        "Unknown handle type of fd %d\n",