diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-10-03 17:11:58 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-10-03 17:11:58 +0000 |
commit | 8428cfc93b69728a2017a768a93332934d6fee0d (patch) | |
tree | 35d5b58bb24cd2a12e379f7d96f85ce13ac3f60d /llvm/lib/CodeGen/PBQP.h | |
parent | a8c424bf616822b8a2e011f7e0ee43bcf7e72137 (diff) | |
download | bcm5719-llvm-8428cfc93b69728a2017a768a93332934d6fee0d.tar.gz bcm5719-llvm-8428cfc93b69728a2017a768a93332934d6fee0d.zip |
Fix typos pointed out by Duncan. Also untabify these files.
llvm-svn: 57018
Diffstat (limited to 'llvm/lib/CodeGen/PBQP.h')
-rw-r--r-- | llvm/lib/CodeGen/PBQP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PBQP.h b/llvm/lib/CodeGen/PBQP.h index e31ccc449ca..5fd2c06c335 100644 --- a/llvm/lib/CodeGen/PBQP.h +++ b/llvm/lib/CodeGen/PBQP.h @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // // Developed by: Bernhard Scholz -// The Univesity of Sydney +// The University of Sydney // http://www.it.usyd.edu.au/~scholz //===----------------------------------------------------------------------===// |