Align comments.

llvm-svn: 78605
This commit is contained in:
Devang Patel 2009-08-10 22:20:38 +00:00
parent 85b5b027f7
commit 33dadac722
1 changed files with 1 additions and 1 deletions

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