diff options
Diffstat (limited to 'cmake/Modules/Finddpdk.cmake')
-rw-r--r-- | cmake/Modules/Finddpdk.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/Finddpdk.cmake b/cmake/Modules/Finddpdk.cmake index 323262afa642..13ae0e4a0ce0 100644 --- a/cmake/Modules/Finddpdk.cmake +++ b/cmake/Modules/Finddpdk.cmake @@ -86,7 +86,7 @@ if(dpdk_FOUND) # Please keep this in mind when changing any CMake files, # and keep in mind what versions of CMake come with, for # example, commonly-used versions of commonly-used - # Linux distributiions.) + # Linux distributions.) # if(NOT CMAKE_VERSION VERSION_LESS 3.19) if(NOT TARGET dpdk::cflags) |