From d77a4503a38c4cfcaf07397ffd9b8e06ca83a79e Mon Sep 17 00:00:00 2001 From: redi Date: Mon, 18 Apr 2016 16:19:25 +0000 Subject: [PATCH] * config/cpu/sh/atomicity.h: Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235156 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 2 ++ libstdc++-v3/config/cpu/sh/atomicity.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 14c1c2c92c88..eb9dfc2a43d9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2016-04-18 Jonathan Wakely + * config/cpu/sh/atomicity.h: Fix typo in comment. + PR libstdc++/70294 * include/std/thread (operator<, operator==): Move definitions to namespace-scope. diff --git a/libstdc++-v3/config/cpu/sh/atomicity.h b/libstdc++-v3/config/cpu/sh/atomicity.h index bc62cf83fb33..947b9e2c0950 100644 --- a/libstdc++-v3/config/cpu/sh/atomicity.h +++ b/libstdc++-v3/config/cpu/sh/atomicity.h @@ -30,6 +30,6 @@ // set in the environment. This makes it impossible to enable the proper // atomic model on SH without modifying GCC itself, because libstdc++ always // thinks the target doesn't do any atomics and uses the default mutex based -// implementation from cpu/generic/atomicity/mutex. +// implementation from cpu/generic/atomicity_mutex. #include -- 2.47.3