[RegionInfo] Fix typo
authorMichael Kruse <llvm@meinersbur.de>
Mon, 10 Aug 2015 13:26:09 +0000 (13:26 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Mon, 10 Aug 2015 13:26:09 +0000 (13:26 +0000)
llvm-svn: 244445

llvm/include/llvm/Analysis/RegionInfo.h

index 5dc8b40..57219fe 100644 (file)
@@ -853,7 +853,7 @@ public:
   /// Useful during debugging as an alternative to dump().
   void view();
 
-  /// @brief Opens a viewer to show the GraphViz visalization of this region
+  /// @brief Opens a viewer to show the GraphViz visualization of this region
   /// without instructions in the BasicBlocks.
   ///
   /// Useful during debugging as an alternative to dump().