aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2009-06-23 17:51:48 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2009-06-23 18:51:48 +0100
commit79e2c7b01c4267ea14a93d8905ecee3c01f92f37 (patch)
tree9b7e22820da8a80e5c182341f41481c119d51a38
parenta28fbdbac8af686640ab82d2360d2babce982351 (diff)
downloadgcc-79e2c7b01c4267ea14a93d8905ecee3c01f92f37.zip
gcc-79e2c7b01c4267ea14a93d8905ecee3c01f92f37.tar.gz
gcc-79e2c7b01c4267ea14a93d8905ecee3c01f92f37.tar.bz2
macros.h: Replace @tbd with valid doxygen tag @todo.
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. From-SVN: r148861
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/include/debug/macros.h2
-rw-r--r--libstdc++-v3/include/std/ratio2
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a92920e..a71f934 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2009-06-23 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/40518
diff --git a/libstdc++-v3/include/debug/macros.h b/libstdc++-v3/include/debug/macros.h
index 1a8ce69..803e7d9 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.
*/
diff --git a/libstdc++-v3/include/std/ratio b/libstdc++-v3/include/std/ratio
index f0e8831..4524f09 100644
--- a/libstdc++-v3/include/std/ratio
+++ b/libstdc++-v3/include/std/ratio
@@ -46,7 +46,7 @@ namespace std
* @defgroup ratio Rational Arithmetic
* @ingroup utilities
*
- * Compile time representation of fininte rational numbers.
+ * Compile time representation of finite rational numbers.
* @{
*/