From 07c3597a86223048a61118619be39f9bf47270e4 Mon Sep 17 00:00:00 2001
From: Bill Hoffman <bill.hoffman@kitware.com>
Date: Fri, 2 Oct 2009 08:44:51 -0400
Subject: Fix the documentation to say what it really does. Bug #9638

---
 Modules/TestForANSIForScope.cmake      | 2 +-
 Modules/TestForANSIStreamHeaders.cmake | 2 +-
 Modules/TestForSSTREAM.cmake           | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Modules/TestForANSIForScope.cmake b/Modules/TestForANSIForScope.cmake
index f8089e5..6581d07 100644
--- a/Modules/TestForANSIForScope.cmake
+++ b/Modules/TestForANSIForScope.cmake
@@ -1,5 +1,5 @@
 # - Check for ANSI for scope support
-# Check if the compiler supports std:: on stl classes.
+# Check if the compiler restricts the scope of variables declared in a for-init-statement to the loop body.
 #  CMAKE_NO_ANSI_FOR_SCOPE - holds result
 #
 
diff --git a/Modules/TestForANSIStreamHeaders.cmake b/Modules/TestForANSIStreamHeaders.cmake
index 2ce2a55..f62f3a4 100644
--- a/Modules/TestForANSIStreamHeaders.cmake
+++ b/Modules/TestForANSIStreamHeaders.cmake
@@ -1,5 +1,5 @@
 # - Test for compiler support of ANSI stream headers iostream, etc.
-# check if we they have the standard ansi stream files (without the .h)
+# check if the compiler supports the standard ANSI iostream header (without the .h)
 #  CMAKE_NO_ANSI_STREAM_HEADERS - defined by the results
 #
 
diff --git a/Modules/TestForSSTREAM.cmake b/Modules/TestForSSTREAM.cmake
index 959c9df..4c8b11b 100644
--- a/Modules/TestForSSTREAM.cmake
+++ b/Modules/TestForSSTREAM.cmake
@@ -1,5 +1,5 @@
-# # - Test for std:: namespace support
-# check if the compiler supports std:: on stl classes
+# - Test for compiler support of ANSI sstream header
+# check if the compiler supports the standard ANSI sstream header
 #  CMAKE_NO_ANSI_STRING_STREAM - defined by the results
 #
 
-- 
cgit v0.12