From 7d21eb3506fb64092aacb140b83b0fc59373661c Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Mon, 10 Aug 2015 13:26:09 +0000 Subject: [PATCH] [RegionInfo] Fix typo llvm-svn: 244445 --- llvm/include/llvm/Analysis/RegionInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Analysis/RegionInfo.h b/llvm/include/llvm/Analysis/RegionInfo.h index 5dc8b40..57219fe 100644 --- a/llvm/include/llvm/Analysis/RegionInfo.h +++ b/llvm/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(). -- 2.7.4