[cfe-commits] r171011 - /cfe/trunk/lib/CodeGen/CGValue.h
    NAKAMURA Takumi 
    geek4civic at gmail.com
       
    Sun Dec 23 18:16:41 PST 2012
    
    
  
> --- cfe/trunk/lib/CodeGen/CGValue.h (original)
> +++ cfe/trunk/lib/CodeGen/CGValue.h Sun Dec 23 19:48:48 2012
> @@ -290,7 +290,7 @@
>
>    /// \brief Create a new object to represent a bit-field access.
>    ///
> -  /// \param BaseValue - The base address of the bit-field sequence this
> +  /// \param Addr - The base address of the bit-field sequence this
>    /// bit-field refers to.
>    /// \param Info - The information describing how to perform the bit-field
>    /// access.
Chandler, does it make sense?
    
    
More information about the cfe-commits
mailing list