OSDN Git Service

2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / doc / html / manual / bk01pt12ch30s04.html
index 53b2d4c..141978a 100644 (file)
@@ -187,7 +187,7 @@ template&lt;typename _Tp, typename _Allocator = allocator&lt;_Tp&gt;
   allows release-compiled and debug-compiled code to be linked and
   executed together without causing unpredictable behavior. This
   guarantee minimizes the recompilation that users are required to
-  perform, shortening the detect-compile-debug bughunting cycle
+  perform, shortening the detect-compile-debug bug hunting cycle
   and making the debug mode easier to incorporate into development
   environments by minimizing dependencies.</p><p>Achieving link- and run-time coexistence is not a trivial
   implementation task. To achieve this goal we required a small