From: Martin Liska Date: Mon, 2 Mar 2020 10:05:02 +0000 (+0100) Subject: Fix typo in C++ standard version. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=917e56a94f9d3189d7fa9d1944b7513258195887;p=gcc.git Fix typo in C++ standard version. * lto-wrapper.c: Fix typo in comment about C++ standard version. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 74a8b691ac9..05bfa476e14 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2020-03-02 Martin Liska + + * lto-wrapper.c: Fix typo in comment about + C++ standard version. + 2020-03-01 Martin Sebor PR c++/92721 diff --git a/gcc/lto-wrapper.c b/gcc/lto-wrapper.c index 6e3f294257e..b8a35c85714 100644 --- a/gcc/lto-wrapper.c +++ b/gcc/lto-wrapper.c @@ -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. */