From 1490d0f20998938edba743416c526df531fca17e Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 10 Aug 2009 22:20:38 +0000 Subject: [PATCH] Align comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78605 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Module.h b/include/llvm/Module.h index f8165612546..709b122998c 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -132,7 +132,7 @@ public: /// @name Member Variables /// @{ private: - LLVMContext& Context; ///< The LLVMContext from which types and + LLVMContext& Context; ///< The LLVMContext from which types and ///< constants are allocated. GlobalListType GlobalList; ///< The Global Variables in the module FunctionListType FunctionList; ///< The Functions in the module