diff options
author | Brad King <brad.king@kitware.com> | 2014-03-11 13:14:05 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-03-11 13:14:05 (GMT) |
commit | 8559c326c4e79272c621fd8418fc279544d01cd7 (patch) | |
tree | 11ffba48d94baed8131c8f43124f675879290b01 /Source | |
parent | 312a6b7bde9b794655040022b8adfdd40c2b2071 (diff) | |
parent | 172d8d94f4aa71a7c134513d48d8647d0d230215 (diff) | |
download | CMake-8559c326c4e79272c621fd8418fc279544d01cd7.zip CMake-8559c326c4e79272c621fd8418fc279544d01cd7.tar.gz CMake-8559c326c4e79272c621fd8418fc279544d01cd7.tar.bz2 |
Merge topic 'cmELF-typo'
172d8d94 cmELF: Fix typo in comment, 32-bit => 64-bit (#14799)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmELF.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmELF.cxx b/Source/cmELF.cxx index 353f2e9..bc1c25b 100644 --- a/Source/cmELF.cxx +++ b/Source/cmELF.cxx @@ -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; |