Align comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78605 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2009-08-10 22:20:38 +00:00
parent 338268c67f
commit 1490d0f209

View File

@ -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