1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00

fix typo in comment

llvm-svn: 190165
This commit is contained in:
Matthias Braun 2013-09-06 16:19:22 +00:00
parent 10a7da8f65
commit 15fb34e896

View File

@ -242,7 +242,7 @@ namespace llvm {
/// unused values.
void RenumberValues();
/// MergeValueNumberInto - This method is called when two value nubmers
/// MergeValueNumberInto - This method is called when two value numbers
/// are found to be equivalent. This eliminates V1, replacing all
/// LiveRanges with the V1 value number with the V2 value number. This can
/// cause merging of V1/V2 values numbers and compaction of the value space.