summaryrefslogtreecommitdiffstats
path: root/Source/cmDSWWriter.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2000-09-21 17:45:08 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2000-09-21 17:45:08 (GMT)
commit1e3ba0f1d72873233193ce69614fd4bd880e8fc5 (patch)
treeda0313b2bf9af52e9b17f639d78a940788c30a2a /Source/cmDSWWriter.cxx
parent749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0 (diff)
downloadCMake-1e3ba0f1d72873233193ce69614fd4bd880e8fc5.zip
CMake-1e3ba0f1d72873233193ce69614fd4bd880e8fc5.tar.gz
CMake-1e3ba0f1d72873233193ce69614fd4bd880e8fc5.tar.bz2
ENH: clean up code, and varible names
Diffstat (limited to 'Source/cmDSWWriter.cxx')
-rw-r--r--Source/cmDSWWriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDSWWriter.cxx b/Source/cmDSWWriter.cxx
index 271bd3e..5ce7b2c 100644
--- a/Source/cmDSWWriter.cxx
+++ b/Source/cmDSWWriter.cxx
@@ -12,7 +12,7 @@
#undef GetCurrentDirectory
#undef SetCurrentDirectory
-// virtual override, ouput the makefile
+// output the DSW file
void cmDSWMakefile::OutputDSWFile()
{
if(m_OutputDirectory == "")