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.
// 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>