Fix typos. Adjust some whitespace for style. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128924 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky
2011-04-05 20:39:27 +00:00
parent 2c2130bc64
commit 06d2b4223f
2 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This module privides means for calculating a maximum spanning tree for a
// This module provides means for calculating a maximum spanning tree for a
// given set of weighted edges. The type parameter T is the type of a node.
//
//===----------------------------------------------------------------------===//

View File

@@ -214,7 +214,7 @@ bool OptimalEdgeProfiler::runOnModule(Module &M) {
// considered for instrumentation.
assert(i == NumEdges && "the number of edges in counting array is wrong");
// Assing the now completely defined initialiser to the array.
// Assign the now completely defined initialiser to the array.
Constant *init = ConstantArray::get(ATy, Initializer);
Counters->setInitializer(init);