aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/FileSystem.h
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-06-28 00:25:36 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-06-28 00:25:36 +0000
commitab7bcc60bc2b5592c9a3d82c16e84d67c4c95e25 (patch)
tree68e31ab392a2d182b3d25983af85bb6fb37c4c73 /include/llvm/Support/FileSystem.h
parent03ccdb5b1dbb95714f2fd86540292567c8442a6b (diff)
downloadexternal_llvm-ab7bcc60bc2b5592c9a3d82c16e84d67c4c95e25.zip
external_llvm-ab7bcc60bc2b5592c9a3d82c16e84d67c4c95e25.tar.gz
external_llvm-ab7bcc60bc2b5592c9a3d82c16e84d67c4c95e25.tar.bz2
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/FileSystem.h')
-rw-r--r--include/llvm/Support/FileSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/FileSystem.h b/include/llvm/Support/FileSystem.h
index ac46117..c29d142 100644
--- a/include/llvm/Support/FileSystem.h
+++ b/include/llvm/Support/FileSystem.h
@@ -696,7 +696,7 @@ public:
char *data() const;
/// Get a const view of the data. Modifying this memory has undefined
- /// behaivor.
+ /// behavior.
const char *const_data() const;
/// \returns The minimum alignment offset must be.