summaryrefslogtreecommitdiff
path: root/Source/cmString.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmString.cxx')
-rw-r--r--Source/cmString.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmString.cxx b/Source/cmString.cxx
index 2a0c125e6..898b8286e 100644
--- a/Source/cmString.cxx
+++ b/Source/cmString.cxx
@@ -17,7 +17,7 @@ static std::string const empty_string_;
void String::internally_mutate_to_stable_string()
{
// We assume that only one thread mutates this instance at
- // a time even if we point to a shared string buffer refernced
+ // a time even if we point to a shared string buffer referenced
// by other threads.
*this = String(data(), size());
}