diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-06-28 00:25:36 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-06-28 00:25:36 +0000 |
commit | ab7bcc60bc2b5592c9a3d82c16e84d67c4c95e25 (patch) | |
tree | 68e31ab392a2d182b3d25983af85bb6fb37c4c73 | |
parent | 03ccdb5b1dbb95714f2fd86540292567c8442a6b (diff) | |
download | external_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
-rw-r--r-- | include/llvm/Support/FileSystem.h | 2 |
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. |