cmELF: Fix typo in comment, 32-bit => 64-bit (#14799)

This commit is contained in:
Ryo ONODERA 2014-03-08 20:35:00 -05:00 committed by Brad King
parent e21ffaf8fe
commit 172d8d94f4
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;