summaryrefslogtreecommitdiff
path: root/wx+/create_pch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/create_pch.cpp')
-rw-r--r--wx+/create_pch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/create_pch.cpp b/wx+/create_pch.cpp
index ad4cabd9..be54115f 100644
--- a/wx+/create_pch.cpp
+++ b/wx+/create_pch.cpp
@@ -5,4 +5,4 @@
// **************************************************************************
//dummy file for Visual Studio to compile precompiled header:
-//attaching pch to any other cpp file triggers a full rebuild each time code is changed! \ No newline at end of file
+//associating pch with any other cpp file will trigger a full pch rebuild each time code is changed! \ No newline at end of file
bgstack15