]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix name of <experimental/optional> in comment
authorJonathan Wakely <jwakely@redhat.com>
Wed, 15 Feb 2023 13:29:56 +0000 (13:29 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 27 Apr 2023 20:27:26 +0000 (21:27 +0100)
libstdc++-v3/ChangeLog:

* include/experimental/optional: Fix header name in comment.

(cherry picked from commit 38f321793ae18d25399f0396ac1371caa7cc7043)

libstdc++-v3/include/experimental/optional

index 33c509678c112618239eee3577fe98911f67d5fe..b779e3d2ceeb245891590f10daddaf565f696791 100644 (file)
@@ -1,4 +1,4 @@
-// <optional> -*- C++ -*-
+// <experimental/optional> -*- C++ -*-
 
 // Copyright (C) 2013-2020 Free Software Foundation, Inc.
 //