1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Fix typos in comments.

llvm-svn: 48225
This commit is contained in:
Dan Gohman 2008-03-11 16:18:48 +00:00
parent 4d5034cf91
commit 54b152cbbf

View File

@ -179,8 +179,8 @@ char FunctionPassManagerImpl::ID = 0;
// MPPassManager
//
/// MPPassManager manages ModulePasses and function pass managers.
/// It batches all Module passes passes and function pass managers together and
/// sequence them to process one module.
/// It batches all Module passes and function pass managers together and
/// sequences them to process one module.
class MPPassManager : public Pass, public PMDataManager {
public: