From fb8bd938f1bb00ea7cde0c99e3dc74f58eab3613 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 30 Sep 2006 15:41:17 +0000 Subject: [PATCH] fix comment git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4766 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/x64.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/x64.nsh b/Include/x64.nsh index 66a27fec..1430371d 100644 --- a/Include/x64.nsh +++ b/Include/x64.nsh @@ -4,7 +4,7 @@ ; ; A few simple macros to handle installations on x64 machines. ; -; IsRunningX64 checks if the installer is running on x64. +; RunningX64 checks if the installer is running on x64. ; ; ${If} ${RunningX64} ; MessageBox MB_OK "running on x64"