diff options
author | Robert Shearman <robertshearman@gmail.com> | 2021-02-26 11:26:38 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-03-05 10:18:20 +0000 |
commit | b72d0d2541d9ed10d2ead07ec71ae3bd6aec9775 (patch) | |
tree | 7574c38da53ece8d4877da3b97eea00df7766cb8 /src/plugins/marvell/CMakeLists.txt | |
parent | 83a09c6b3cc2444132f90826b7e2ceb2a3f3347c (diff) |
marvell: spelling fixes
Fix places where "Marvel" is used incorrectly instead of "Marvell".
Type: style
Change-Id: I9247676ab08faed31e7b813f6f496ba008210c00
Signed-off-by: Robert Shearman <robertshearman@gmail.com>
Diffstat (limited to 'src/plugins/marvell/CMakeLists.txt')
-rw-r--r-- | src/plugins/marvell/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/marvell/CMakeLists.txt b/src/plugins/marvell/CMakeLists.txt index 336d4d6c4a3..b48ac72aa08 100644 --- a/src/plugins/marvell/CMakeLists.txt +++ b/src/plugins/marvell/CMakeLists.txt @@ -41,7 +41,7 @@ if(MUSDK_INCLUDE_DIR AND MUSDK_LIB) ${MUSDK_LINK_FLAGS} ) include_directories(${MUSDK_INCLUDE_DIR}) - message(STATUS "Found Marvel MUSDK in ${MUSDK_INCLUDE_DIR}") + message(STATUS "Found Marvell MUSDK in ${MUSDK_INCLUDE_DIR}") else() message(WARNING "Marvell MUSDK not found - marvell_plugin disabled") endif() |