Commit 351a5f81 by Jonathan Wakely Committed by Jonathan Wakely

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

From-SVN: r235156
parent b05cf382
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.
......
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment