summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/macros.h
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-23 17:51:48 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-23 17:51:48 +0000
commitf0f9fb5102a928cb380df983995c18d8ac99c30d (patch)
tree9b7e22820da8a80e5c182341f41481c119d51a38 /libstdc++-v3/include/debug/macros.h
parent78ed8e3db8e7570051a036ea7cd943d2f10a71bd (diff)
downloadgcc-f0f9fb5102a928cb380df983995c18d8ac99c30d.tar.gz
2009-06-23 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/debug/macros.h: Replace @tbd with valid doxygen tag @todo. * include/std/ratio: Typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148861 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/debug/macros.h')
-rw-r--r--libstdc++-v3/include/debug/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/debug/macros.h b/libstdc++-v3/include/debug/macros.h
index 1a8ce69ca4b..803e7d996b3 100644
--- a/libstdc++-v3/include/debug/macros.h
+++ b/libstdc++-v3/include/debug/macros.h
@@ -80,7 +80,7 @@ _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
* range. Note that this macro is only valid when the container is a
* _Safe_sequence and the iterator is a _Safe_iterator.
*
- * @tbd We would like to be able to check for noninterference of
+ * @todo We would like to be able to check for noninterference of
* _Position and the range [_First, _Last), but that can't (in
* general) be done.
*/