summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-03-11 13:14:05 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-03-11 13:14:05 (GMT)
commit8559c326c4e79272c621fd8418fc279544d01cd7 (patch)
tree11ffba48d94baed8131c8f43124f675879290b01 /Source
parent312a6b7bde9b794655040022b8adfdd40c2b2071 (diff)
parent172d8d94f4aa71a7c134513d48d8647d0d230215 (diff)
downloadCMake-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.cxx2
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;