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 | fd9ed8ab4e79752cae5b44460c3c9e7773a9ba71 (patch) | |
| tree | 0361de3c80bdfd71553b6e40b478300f366e5a13 | |
| parent | c7ad5c4e298cf8101a8a3cf0b0d51d50a197b72d (diff) | |
| download | bcm5719-llvm-fd9ed8ab4e79752cae5b44460c3c9e7773a9ba71.tar.gz bcm5719-llvm-fd9ed8ab4e79752cae5b44460c3c9e7773a9ba71.zip | |
Fix typo
llvm-svn: 185120
| -rw-r--r-- | llvm/include/llvm/Support/FileSystem.h | 2 |
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. |

