[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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244445 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/RegionInfo.h

index 5dc8b40ed8e52da51dba2442f54057b0ef07f078..57219fe0f41422cb2eb2abd1c4d753f2bfcf8e43 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().