]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_dev.h
eal: simplify meson build of common directory
[dpdk.git] / lib / librte_eal / common / include / rte_dev.h
index c25e09e3d906aae61612e4e989b39b7a489f73e6..a5c35f00c0a684fbfd78fd7c21878f48620f0e33 100644 (file)
@@ -230,7 +230,7 @@ __attribute__((used)) = str
  *   "pci:v8086:d*:sv*:sd*"  all PCI devices supported by this driver
  *                           whose vendor id is 0x8086.
  *
- * The format of the kernel modules list is a parenthesed expression
+ * The format of the kernel modules list is a parenthesized expression
  * containing logical-and (&) and logical-or (|).
  *
  * The device pattern and the kmod expression are separated by a space.