aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/StringRef.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-22 04:10:52 +0000
committerDan Gohman <gohman@apple.com>2010-02-22 04:10:52 +0000
commitfb76fe09297ee292129e44d723127f2408602a3d (patch)
tree9a0205cb7d71f204242890995749b4b11372d8ce /include/llvm/ADT/StringRef.h
parentb4e8aabba764bcbaf4be1296ba9b7e437f98adb7 (diff)
downloadexternal_llvm-fb76fe09297ee292129e44d723127f2408602a3d.tar.gz
external_llvm-fb76fe09297ee292129e44d723127f2408602a3d.tar.bz2
external_llvm-fb76fe09297ee292129e44d723127f2408602a3d.zip
Fix various doxygen warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/StringRef.h')
-rw-r--r--include/llvm/ADT/StringRef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/StringRef.h b/include/llvm/ADT/StringRef.h
index 3064af3abb..61cb558946 100644
--- a/include/llvm/ADT/StringRef.h
+++ b/include/llvm/ADT/StringRef.h
@@ -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;