Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
[oota-llvm.git] / docs / GarbageCollection.html
index ccf9162600d3fb734e0865e3225aa1b81f0de5d7..b155bb9374675806e81f42dbc51e849e524c41ba 100644 (file)
@@ -118,7 +118,7 @@ conservative garbage collectors (though these seem rare in practice).</p>
 they can suffer from degraded scalar optimization of the program. In particular,
 because the runtime must be able to identify and update all pointers active in
 the program, some optimizations are less effective. In practice, however, the
-locality and performance benefits of using aggressive garbage allocation
+locality and performance benefits of using aggressive garbage collection
 techniques dominates any low-level losses.</p>
 
 <p>This document describes the mechanisms and interfaces provided by LLVM to