forked from qt-creator/qt-creator
Fix typo in enum name
Change-Id: I5de645197318062f2174e0205bfffc98413f911e Reviewed-on: http://codereview.qt.nokia.com/3997 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -316,7 +316,7 @@ bool MemoryAgent::isBigEndian(const ProjectExplorer::Abi &a)
|
||||
case ProjectExplorer::Abi::ItaniumArchitecture: // Configureable
|
||||
case ProjectExplorer::Abi::ArmArchitecture: // Configureable
|
||||
break;
|
||||
case ProjectExplorer::Abi::MipsArcitecture: // Configureable
|
||||
case ProjectExplorer::Abi::MipsArchitecture: // Configureable
|
||||
case ProjectExplorer::Abi::PowerPCArchitecture: // Configureable
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user