From: Jonathan Wakely Date: Wed, 15 Feb 2023 13:29:56 +0000 (+0000) Subject: libstdc++: Fix name of in comment X-Git-Tag: releases/gcc-12.3.0~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b558c85628700d6c34cd0ffc00d232503de8b76;p=thirdparty%2Fgcc.git libstdc++: Fix name of in comment libstdc++-v3/ChangeLog: * include/experimental/optional: Fix header name in comment. (cherry picked from commit 38f321793ae18d25399f0396ac1371caa7cc7043) --- diff --git a/libstdc++-v3/include/experimental/optional b/libstdc++-v3/include/experimental/optional index 0d3a89404d17..eb18eb4aa4a8 100644 --- a/libstdc++-v3/include/experimental/optional +++ b/libstdc++-v3/include/experimental/optional @@ -1,4 +1,4 @@ -// -*- C++ -*- +// -*- C++ -*- // Copyright (C) 2013-2022 Free Software Foundation, Inc. //