Fix comment typos.

llvm-svn: 54266
This commit is contained in:
Duncan Sands 2008-08-01 12:23:49 +00:00
parent 25d05e88a5
commit c1e48b582d
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
//
// Notice that:
// * This pass has a habit of making definitions be dead. It is a good idea
// to to run a DIE pass sometime after running this pass.
// to run a DIE pass sometime after running this pass.
//
//===----------------------------------------------------------------------===//

View File

@ -11,8 +11,8 @@
// interfaces are used by the ConstantExpr::get* methods to automatically fold
// constants when possible.
//
// These operators may return a null object if I don't know how to perform the
// specified operation on the specified constant types.
// These operators may return a null object if they don't know how to perform
// the specified operation on the specified constant types.
//
//===----------------------------------------------------------------------===//