]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/cpu/sh/atomicity.h: Fix typo in comment.
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Apr 2016 16:19:25 +0000 (16:19 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Apr 2016 16:19:25 +0000 (16:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235156 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/config/cpu/sh/atomicity.h

index 14c1c2c92c888a8f059c1d02a0ca7ccb51ef6d4f..eb9dfc2a43d907fabacde4d176e98308e2809fed 100644 (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.
index bc62cf83fb33de88840c1edb7a13387a9a0bd552..947b9e2c09508e4d32eb9535cf5c98399603fa48 100644 (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>