mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 20:29:30 +00:00
Fix comment typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239541 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b1d220c21a
commit
b0cbcd2362
@ -129,7 +129,7 @@ class APInt {
|
||||
|
||||
/// \brief Clear unused high order bits
|
||||
///
|
||||
/// This method is used internally to clear the to "N" bits in the high order
|
||||
/// This method is used internally to clear the top "N" bits in the high order
|
||||
/// word that are not used by the APInt. This is needed after the most
|
||||
/// significant word is assigned a value to ensure that those bits are
|
||||
/// zero'd out.
|
||||
@ -795,7 +795,7 @@ public:
|
||||
|
||||
/// \brief Bitwise OR function.
|
||||
///
|
||||
/// Performs a bitwise or on *this and RHS. This is implemented bny simply
|
||||
/// Performs a bitwise or on *this and RHS. This is implemented by simply
|
||||
/// calling operator|.
|
||||
///
|
||||
/// \returns An APInt value representing the bitwise OR of *this and RHS.
|
||||
|
Loading…
x
Reference in New Issue
Block a user