Committed to trunk.
commit 9d7cfe77dece94e80e93aebc0c159824b33fcfd5 Author: Jonathan Wakely <jwak...@redhat.com> Date: Thu Apr 7 12:28:38 2016 +0100
* config/cpu/sh/atomicity.h: Fix typo in comment. diff --git a/libstdc++-v3/config/cpu/sh/atomicity.h b/libstdc++-v3/config/cpu/sh/atomicity.h index bc62cf8..947b9e2 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 <ext/atomicity.h>