Thanks for fixing the typo. In the future, if you update a Doxygen comment, can you delete the leading function name, which Doxygen can infer quite easily?
Jordan On Feb 5, 2013, at 1:06 , "Arnaud A. de Grandmaison" <[email protected]> wrote: > Author: aadg > Date: Tue Feb 5 03:06:17 2013 > New Revision: 174359 > > URL: http://llvm.org/viewvc/llvm-project?rev=174359&view=rev > Log: > Fix typo in comment > > Modified: > cfe/trunk/lib/CodeGen/CodeGenFunction.h > > Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.h > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenFunction.h?rev=174359&r1=174358&r2=174359&view=diff > ============================================================================== > --- cfe/trunk/lib/CodeGen/CodeGenFunction.h (original) > +++ cfe/trunk/lib/CodeGen/CodeGenFunction.h Tue Feb 5 03:06:17 2013 > @@ -1676,7 +1676,7 @@ public: > } > return false; > } > - /// EmitAggregateCopy - Emit an aggrate assignment. > + /// EmitAggregateCopy - Emit an aggregate assignment. > /// > /// The difference to EmitAggregateCopy is that tail padding is not copied. > /// This is required for correctness when assigning non-POD structures in > C++. > @@ -1687,7 +1687,7 @@ public: > true); > } > > - /// EmitAggregateCopy - Emit an aggrate copy. > + /// EmitAggregateCopy - Emit an aggregate copy. > /// > /// \param isVolatile - True iff either the source or the destination is > /// volatile. > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
