aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/PathV2.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-08-22 23:49:16 +0000
committerTed Kremenek <kremenek@apple.com>2012-08-22 23:49:16 +0000
commita2ea78f1320c08018e28f82f8fb543fa7b4bb52d (patch)
treec2e574913e40f3f8498d6670e6a7548b02e6e423 /include/llvm/Support/PathV2.h
parent376a8a773e38fdcd9102a40e08ab1e0661d645d9 (diff)
Fix an assortment of doxygen comment mistakes found by -Wdocumentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/PathV2.h')
-rw-r--r--include/llvm/Support/PathV2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/PathV2.h b/include/llvm/Support/PathV2.h
index 8d797097a8..887b6df2d8 100644
--- a/include/llvm/Support/PathV2.h
+++ b/include/llvm/Support/PathV2.h
@@ -272,7 +272,7 @@ bool is_separator(char value);
/// ignored if the user or system has set the typical environment variable
/// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
///
-/// @param Result Holds the resulting path name.
+/// @param result Holds the resulting path name.
void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result);
/// @brief Has root name?