Merge topic 'cmELF-typo'

172d8d94 cmELF: Fix typo in comment, 32-bit => 64-bit (#14799)
This commit is contained in:
Brad King 2014-03-11 09:14:05 -04:00 committed by CMake Topic Stage
commit 8559c326c4
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ struct cmELFTypes32
static const char* GetName() { return "32-bit"; }
};
// Configure the implementation template for 32-bit ELF files.
// Configure the implementation template for 64-bit ELF files.
struct cmELFTypes64
{
typedef Elf64_Ehdr ELF_Ehdr;