Fix typo
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 28 Jun 2013 00:25:36 +0000 (00:25 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 28 Jun 2013 00:25:36 +0000 (00:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185120 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/FileSystem.h

index ac46117f274d4ff6bdaf6f28ff8fc8ec98563887..c29d142ab118f293c36fba7f4ab0fa57e9ea88ef 100644 (file)
@@ -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.