summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2022-01-31 14:11:34 +0000
committerJonathan Wakely <jwakely@redhat.com>2022-02-01 21:53:15 +0000
commit90263a48303a5ae552ea04c68ed7fa5da49b1876 (patch)
tree5646584736790b0585f67888019a5da7a53a5f49
parent19b8946dbda5fda4389ef8e3ea162c3df2b1998d (diff)
libstdc++: Fix doxygen comment for filesystem::perms operators
libstdc++-v3/ChangeLog: * include/bits/fs_fwd.h (filesystem::perms): Fix comment.
-rw-r--r--libstdc++-v3/include/bits/fs_fwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/fs_fwd.h b/libstdc++-v3/include/bits/fs_fwd.h
index 75aaf554a05..bc063761080 100644
--- a/libstdc++-v3/include/bits/fs_fwd.h
+++ b/libstdc++-v3/include/bits/fs_fwd.h
@@ -160,7 +160,7 @@ _GLIBCXX_END_NAMESPACE_CXX11
};
/// @{
- /// @relates perm_options
+ /// @relates perms
constexpr perms
operator&(perms __x, perms __y) noexcept
{