[llvm] r185120 - Fix typo
Matt Arsenault
Matthew.Arsenault at amd.com
Thu Jun 27 17:25:36 PDT 2013
Author: arsenm
Date: Thu Jun 27 19:25:36 2013
New Revision: 185120
URL: http://llvm.org/viewvc/llvm-project?rev=185120&view=rev
Log:
Fix typo
Modified:
llvm/trunk/include/llvm/Support/FileSystem.h
Modified: llvm/trunk/include/llvm/Support/FileSystem.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/FileSystem.h?rev=185120&r1=185119&r2=185120&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/FileSystem.h (original)
+++ llvm/trunk/include/llvm/Support/FileSystem.h Thu Jun 27 19:25:36 2013
@@ -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.
More information about the llvm-commits
mailing list