summaryrefslogtreecommitdiffstats
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
commitfd9ed8ab4e79752cae5b44460c3c9e7773a9ba71 (patch)
tree0361de3c80bdfd71553b6e40b478300f366e5a13
parentc7ad5c4e298cf8101a8a3cf0b0d51d50a197b72d (diff)
downloadbcm5719-llvm-fd9ed8ab4e79752cae5b44460c3c9e7773a9ba71.tar.gz
bcm5719-llvm-fd9ed8ab4e79752cae5b44460c3c9e7773a9ba71.zip
Fix typo
llvm-svn: 185120
-rw-r--r--llvm/include/llvm/Support/FileSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/FileSystem.h b/llvm/include/llvm/Support/FileSystem.h
index ac46117f274..c29d142ab11 100644
--- a/llvm/include/llvm/Support/FileSystem.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud