summaryrefslogtreecommitdiff
path: root/indra/llcommon/llfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llfile.h')
-rw-r--r--indra/llcommon/llfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llfile.h b/indra/llcommon/llfile.h
index 0bd6be7f94..9d9c3cd08b 100644
--- a/indra/llcommon/llfile.h
+++ b/indra/llcommon/llfile.h
@@ -107,7 +107,7 @@ public:
/// if you don't want a warning in the log when the directory does not exist
/// @returns 0 on success and -1 on failure.
- /// rename a file,
+ /// rename a file
static int rename(const std::string& filename, const std::string& newname, int supress_error = 0);
///< it will silently overwrite newname if it exists without returning an error
/// @returns 0 on success and -1 on failure.