]> granicus.if.org Git - clang/commitdiff
80 cols
authorNico Weber <nicolasweber@gmx.de>
Sat, 9 Aug 2008 23:08:17 +0000 (23:08 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 9 Aug 2008 23:08:17 +0000 (23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54599 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ModuleBuilder.cpp

index 6ce4e6894d946f02749541fcdc5843e32b95bc88..8ec885e7f1fbabf8c635b6ccf2f08ee3feaec8f4 100644 (file)
@@ -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) {