From: Michael Kruse <llvm@meinersbur.de>
Date: Mon, 10 Aug 2015 13:26:09 +0000 (+0000)
Subject: [RegionInfo] Fix typo
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b4562925ca70da07f9172dbba440b2609b7c18c;p=llvm

[RegionInfo] Fix typo



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244445 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/include/llvm/Analysis/RegionInfo.h b/include/llvm/Analysis/RegionInfo.h
index 5dc8b40ed8e..57219fe0f41 100644
--- a/include/llvm/Analysis/RegionInfo.h
+++ b/include/llvm/Analysis/RegionInfo.h
@@ -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().