]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in C++ standard version.
authorMartin Liska <mliska@suse.cz>
Mon, 2 Mar 2020 10:05:02 +0000 (11:05 +0100)
committerMartin Liska <mliska@suse.cz>
Mon, 2 Mar 2020 10:05:02 +0000 (11:05 +0100)
* lto-wrapper.c: Fix typo in comment about
C++ standard version.

gcc/ChangeLog
gcc/lto-wrapper.c

index 74a8b691ac9600c4e2697f6d4af5c5e7e359c4a0..05bfa476e1444736a208725435e207438dc53e8e 100644 (file)
@@ -1,3 +1,8 @@
+2020-03-02  Martin Liska  <mliska@suse.cz>
+
+       * lto-wrapper.c: Fix typo in comment about
+       C++ standard version.
+
 2020-03-01  Martin Sebor  <msebor@redhat.com>
 
        PR c++/92721
index 6e3f294257e673cbd0eeb441f8df1f697d697aea..b8a35c857140dbc9d67645e28d1a299787c93df3 100644 (file)
@@ -1234,7 +1234,7 @@ init_num_threads (void)
 #endif
 }
 
-/* FIXME: once using -std=c11, we can use std::thread::hardware_concurrency.  */
+/* FIXME: once using -std=c++11, we can use std::thread::hardware_concurrency.  */
 
 /* Return true when a jobserver is running and can accept a job.  */