]> granicus.if.org Git - clang/commitdiff
Deox and Capitolize.
authorMike Stump <mrs@apple.com>
Fri, 20 Feb 2009 00:45:51 +0000 (00:45 +0000)
committerMike Stump <mrs@apple.com>
Fri, 20 Feb 2009 00:45:51 +0000 (00:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65093 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.h

index 36d14f8cfa3e1ff27989328b615dc32af1a6d8ac..bc602f37201b8640a563926281b3fdabee2f65d9 100644 (file)
@@ -697,7 +697,7 @@ public:
   /// LoadComplexFromAddr - Load a complex number from the specified address.
   ComplexPairTy LoadComplexFromAddr(llvm::Value *SrcAddr, bool SrcIsVolatile);
 
-  /// GenerateStaticBlockVarDecl - return the the static declaration of local
+  /// GenerateStaticBlockVarDecl - Return the the static declaration of local
   /// variable.
   llvm::GlobalValue * GenerateStaticBlockVarDecl(const VarDecl &D,
                                                  bool NoInit,
@@ -705,8 +705,8 @@ public:
                                                  llvm::GlobalValue
                                                  ::LinkageTypes Linkage);
 
-  // GenerateStaticCXXBlockVarDecl - return the static declaration of a local
-  // variable. Performs initialization of the variable if necessary.
+  /// GenerateStaticCXXBlockVarDecl - Return the static declaration of a local
+  /// variable. Performs initialization of the variable if necessary.
   llvm::GlobalValue *GenerateStaticCXXBlockVarDecl(const VarDecl &D);
 
   //===--------------------------------------------------------------------===//