diff options
author | Devang Patel <dpatel@apple.com> | 2009-08-10 22:20:38 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-08-10 22:20:38 +0000 |
commit | 1490d0f20998938edba743416c526df531fca17e (patch) | |
tree | d5f9a118b24564e5e0dcd879ed17ff29db54f0d2 /include | |
parent | 338268c67fbb7252702bf400495771068750466b (diff) |
Align comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78605 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index f816561254..709b122998 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 |