summaryrefslogtreecommitdiff
path: root/include/llvm/Assembly
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-10-26 03:03:51 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-10-26 03:03:51 +0000
commit55cbec317d9c30c8ae1d35eaa008ca63d1f2fce9 (patch)
tree75d2b201047bc3f25a6118bc0058ac38f1fa0a76 /include/llvm/Assembly
parent2bd122c4d934a70e031dc0ca5171719bac66c2c9 (diff)
downloadllvm-55cbec317d9c30c8ae1d35eaa008ca63d1f2fce9.tar.gz
llvm-55cbec317d9c30c8ae1d35eaa008ca63d1f2fce9.tar.bz2
llvm-55cbec317d9c30c8ae1d35eaa008ca63d1f2fce9.tar.xz
More fleshing out of docs/Passes.html, plus some typo fixes and
improved wording in source files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Assembly')
-rw-r--r--include/llvm/Assembly/PrintModulePass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Assembly/PrintModulePass.h b/include/llvm/Assembly/PrintModulePass.h
index ed70e9dc3b..3c4176dfda 100644
--- a/include/llvm/Assembly/PrintModulePass.h
+++ b/include/llvm/Assembly/PrintModulePass.h
@@ -10,7 +10,7 @@
// This file defines two passes to print out a module. The PrintModulePass pass
// simply prints out the entire module when it is executed. The
// PrintFunctionPass class is designed to be pipelined with other
-// FunctionPass's, and prints out the functions of the class as they are
+// FunctionPass's, and prints out the functions of the module as they are
// processed.
//
//===----------------------------------------------------------------------===//