X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FRegex.h;h=7648e77bfbb53b0131d028b3291e536be59e045b;hb=74169b293f2fc8767db3c659fde6b001b7d5075f;hp=b46a66889e968774484dc93d681d5354a443f4f6;hpb=3120c18e08290e80ec4f109678269779cfe9e313;p=oota-llvm.git diff --git a/include/llvm/Support/Regex.h b/include/llvm/Support/Regex.h index b46a66889e9..7648e77bfbb 100644 --- a/include/llvm/Support/Regex.h +++ b/include/llvm/Support/Regex.h @@ -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. ///