Clarify some of the iostreams stuff.
[oota-llvm.git] / include / llvm / AbstractTypeUser.h
index fe51effc61f0cb79d768447e07d06df5be0f807b..2b643ab9354213e66e93f577de8b7bfdfa841e6b 100644 (file)
@@ -41,7 +41,7 @@ class DerivedType;
 ///
 /// Classes must implement this interface so that they may be notified when an
 /// abstract type is resolved.  Abstract types may be resolved into more 
-/// concrete types through: linking, parsing, and bytecode reading.  When this 
+/// concrete types through: linking, parsing, and bitcode reading.  When this 
 /// happens, all of the users of the type must be updated to reference the new,
 /// more concrete type.  They are notified through the AbstractTypeUser 
 /// interface.