summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ModuleBuilder.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2008-08-09 23:08:17 +0000
committerNico Weber <nicolasweber@gmx.de>2008-08-09 23:08:17 +0000
commit53c362e34e24cbd392ad7e7cc49877325d8f92be (patch)
tree49392d94f5d3fe1c898c745d124a7b6b7f1e7b41 /clang/lib/CodeGen/ModuleBuilder.cpp
parent5ce8cc7554b0c095378605ce34487dd3b99ae9d9 (diff)
downloadbcm5719-llvm-53c362e34e24cbd392ad7e7cc49877325d8f92be.tar.gz
bcm5719-llvm-53c362e34e24cbd392ad7e7cc49877325d8f92be.zip
80 cols
llvm-svn: 54599
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
-rw-r--r--clang/lib/CodeGen/ModuleBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/ModuleBuilder.cpp b/clang/lib/CodeGen/ModuleBuilder.cpp
index 6ce4e6894d9..8ec885e7f1f 100644
--- a/clang/lib/CodeGen/ModuleBuilder.cpp
+++ b/clang/lib/CodeGen/ModuleBuilder.cpp
@@ -122,7 +122,7 @@ namespace {
}
/// HandleTagDeclDefinition - This callback is invoked each time a TagDecl
- /// (e.g. struct, union, enum, class) is completed. This allows the client to
+ /// (e.g. struct, union, enum, class) is completed. This allows the client to
/// hack on the type, which can occur at any point in the file (because these
/// can be defined in declspecs).
virtual void HandleTagDeclDefinition(TagDecl *D) {
OpenPOWER on IntegriCloud