summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorRyo ONODERA <ryo_on@yk.rim.or.jp>2014-03-09 01:35:00 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-10 15:05:26 (GMT)
commit172d8d94f4aa71a7c134513d48d8647d0d230215 (patch)
tree856f1fe991868b994fe48972e88cafd694575c69 /Source
parente21ffaf8fe5499426604b4ebb9cd08798ee6107c (diff)
downloadCMake-172d8d94f4aa71a7c134513d48d8647d0d230215.zip
CMake-172d8d94f4aa71a7c134513d48d8647d0d230215.tar.gz
CMake-172d8d94f4aa71a7c134513d48d8647d0d230215.tar.bz2
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;