Fix typos. Adjust some whitespace for style. No functionality change.
[oota-llvm.git] / lib / Transforms / Instrumentation / MaximumSpanningTree.h
index 829da6b295de2bd6eaf21f5c886c9046a8ef8bfb..f76c77e1bdbf4ecb57a3012cfdd3f9dcccda2c4c 100644 (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.
 //
 //===----------------------------------------------------------------------===//