Fix some issues Duncan found in the previous commit.
[oota-llvm.git] / include / llvm / Attributes.h
index 57c84357aebed506d131103894436e12bd3eb2fe..8b69d6ecc16ad069ef153bbc7d9457d57f2be399 100644 (file)
@@ -78,9 +78,9 @@ const Attributes UWTable     = 1<<30;     ///< Function must be in a unwind
 /// uses tables for both, the semantics are:
 /// nil                = Needs an entry because an exception might pass by.
 /// nounwind           = No need for an entry
-/// ehframe            = Needs an entry because the ABI says so and because
+/// uwtable            = Needs an entry because the ABI says so and because
 ///                      an exception might pass by.
-/// ehframe + nounwind = Needs an entry because the ABI says so.
+/// uwtable + nounwind = Needs an entry because the ABI says so.
 
 /// @brief Attributes that only apply to function parameters.
 const Attributes ParameterOnly = ByVal | Nest | StructRet | NoCapture;