* config/cpu/sh/atomicity.h: Fix typo in comment.

From-SVN: r235156
This commit is contained in:
Jonathan Wakely 2016-04-18 17:19:25 +01:00 committed by Jonathan Wakely
parent b05cf382e0
commit 351a5f8142
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2016-04-18 Jonathan Wakely <jwakely@redhat.com>
* config/cpu/sh/atomicity.h: Fix typo in comment.
PR libstdc++/70294
* include/std/thread (operator<, operator==): Move definitions to
namespace-scope.

View File

@ -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 <ext/atomicity.h>