Skip to content

Commit

Permalink
Fix typo in SVDConv product name (#1556)
Browse files Browse the repository at this point in the history
"CMSIS SVD Check / Coverter" -> "CMSIS SVD Check / Converter"

Co-authored-by: Joachim Krech <[email protected]>
  • Loading branch information
vmedcy and jkrech authored Jun 13, 2024
1 parent b81125b commit d989870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/svdconv/SVDConv/src/ProductInfo.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static constexpr const char* MINOR_VERSION = "${PROJECT_VERSION_MINOR}";
static constexpr const char* PATCH_VERSION = "${PROJECT_VERSION_PATCH}";

static constexpr const char* COMPANY_NAME = "Arm Ltd.";
static constexpr const char* PRODUCT_NAME = "CMSIS SVD Check / Coverter";
static constexpr const char* PRODUCT_NAME = "CMSIS SVD Check / Converter";
static constexpr const char* ORIGINAL_FILENAME = "${PROJECT_TARGET_FILE_NAME}";
static constexpr const char* COPYRIGHT_NOTICE = "${PROJECT_COPYRIGHT_NOTICE}";

Expand Down

0 comments on commit d989870

Please sign in to comment.