Provide a portability macro for __builtin_trap.
[oota-llvm.git] / include / llvm / Support / Regex.h
index b46a66889e968774484dc93d681d5354a443f4f6..7648e77bfbb53b0131d028b3291e536be59e045b 100644 (file)
@@ -53,7 +53,7 @@ namespace llvm {
 
     /// matches - Match the regex against a given \arg String.
     ///
-    /// \param Matches - If given, on a succesful match this will be filled in
+    /// \param Matches - If given, on a successful match this will be filled in
     /// with references to the matched group expressions (inside \arg String),
     /// the first group is always the entire pattern.
     ///