Skip to content

Commit 2387dfd

Browse files
committed
Fix a small typo
1 parent 0446201 commit 2387dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/ffsparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ USTATUS FfsParser::parseRawArea(const UModelIndex & index)
995995

996996
// Check if we can add entries
997997
if (parsed._is_null_entries()) {
998-
msg(usprintf("%s: FDM store with unknown entry format or size", __FUNCTION__), headerIndex);
998+
msg(usprintf("%s: FlashDeviceMap store with unknown entry format or size", __FUNCTION__), headerIndex);
999999
}
10001000
else {
10011001
// Add entries

0 commit comments

Comments
 (0)