diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-01-09 23:48:41 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-01-09 23:48:41 +0000 |
| commit | 5b358c682566ba4b4e7aa5b4614c15c2a1072a89 (patch) | |
| tree | 0b290f31980bed41c94e23347ff981f69f89743a | |
| parent | 320370e3ca5654d5fe2bfed90acb6ec961aba2b7 (diff) | |
| download | bcm5719-llvm-5b358c682566ba4b4e7aa5b4614c15c2a1072a89.tar.gz bcm5719-llvm-5b358c682566ba4b4e7aa5b4614c15c2a1072a89.zip | |
typo
llvm-svn: 123142
| -rw-r--r-- | llvm/lib/Target/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/README.txt b/llvm/lib/Target/README.txt index e04af6f8919..e000a9d3966 100644 --- a/llvm/lib/Target/README.txt +++ b/llvm/lib/Target/README.txt @@ -2115,7 +2115,7 @@ void f1(int* begin, int* end) { std::fill(begin, end, 0); } -int a memset. This is PR8942. +into a memset. This is PR8942. //===---------------------------------------------------------------------===// |

