Fix various doxygen warnings.
[oota-llvm.git] / include / llvm / ADT / StringRef.h
index 3064af3abbcaef34063a2ebdd5aec79b713611b7..61cb558946ee27d4b93af0cdedfbfb391392c4a9 100644 (file)
@@ -355,7 +355,7 @@ namespace llvm {
     /// \param A - Where to put the substrings.
     /// \param Separator - The string to split on.
     /// \param MaxSplit - The maximum number of times the string is split.
-    /// \parm KeepEmpty - True if empty substring should be added.
+    /// \param KeepEmpty - True if empty substring should be added.
     void split(SmallVectorImpl<StringRef> &A,
                StringRef Separator, int MaxSplit = -1,
                bool KeepEmpty = true) const;