libstdc++: Fix doxygen comment for filesystem::perms operators
authorJonathan Wakely <jwakely@redhat.com>
Mon, 31 Jan 2022 14:11:34 +0000 (14:11 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 1 Feb 2022 21:53:15 +0000 (21:53 +0000)
libstdc++-v3/ChangeLog:

* include/bits/fs_fwd.h (filesystem::perms): Fix comment.

libstdc++-v3/include/bits/fs_fwd.h

index 75aaf55..bc06376 100644 (file)
@@ -160,7 +160,7 @@ _GLIBCXX_END_NAMESPACE_CXX11
   };
 
   /// @{
-  /// @relates perm_options
+  /// @relates perms
   constexpr perms
   operator&(perms __x, perms __y) noexcept
   {