diff options
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/CGValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGValue.h b/lib/CodeGen/CGValue.h index dcebefdb6c..5da2a6a912 100644 --- a/lib/CodeGen/CGValue.h +++ b/lib/CodeGen/CGValue.h @@ -290,7 +290,7 @@ public: /// \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. |