Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185120 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
arsenm committed Jun 28, 2013
1 parent 03ccdb5 commit ab7bcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llvm/Support/FileSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ class mapped_file_region {
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.
Expand Down

0 comments on commit ab7bcc6

Please sign in to comment.