This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Improve comments on check_v3_target_filesystem_ts


On 02/08/16 20:35 +0100, Jonathan Wakely wrote:
	* testsuite/lib/libstdc++.exp (check_v3_target_filesystem_ts): Improve
	comments.

Oops, I've fixed the typo in the new comment.




commit 5b137ebccbc667dbd868c575d79903ca58cef5e6
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Sat Aug 6 11:44:02 2016 +0100

    	* testsuite/lib/libstdc++.exp: Fix typo in comment.

diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp
index 2ea8702..1780eaf 100644
--- a/libstdc++-v3/testsuite/lib/libstdc++.exp
+++ b/libstdc++-v3/testsuite/lib/libstdc++.exp
@@ -1925,7 +1925,7 @@ proc check_v3_target_little_endian { } {
     return $et_little_endian
 }
 
-# Return 1 if the Filesystem TS is suported, 0 otherwise.
+# Return 1 if the Filesystem TS is supported, 0 otherwise.
 # Cache the result.
 proc check_v3_target_filesystem_ts { } {
     global cxxflags

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]