diff options
| author | Douglas Katzman <dougk@google.com> | 2015-06-11 16:46:27 +0000 |
|---|---|---|
| committer | Douglas Katzman <dougk@google.com> | 2015-06-11 16:46:27 +0000 |
| commit | 3e2e36b83c2c8576a40d9eeba225e8bc9cc2b7ec (patch) | |
| tree | a2fa133edf0a11c09868a04fbe50098f73cf3335 | |
| parent | 91f90e694f7e1da3a5fb9c2f06ab6d20fac6b08b (diff) | |
| download | bcm5719-llvm-3e2e36b83c2c8576a40d9eeba225e8bc9cc2b7ec.tar.gz bcm5719-llvm-3e2e36b83c2c8576a40d9eeba225e8bc9cc2b7ec.zip | |
Fix comment typos.
llvm-svn: 239541
| -rw-r--r-- | llvm/include/llvm/ADT/APInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/ADT/APInt.h b/llvm/include/llvm/ADT/APInt.h index e5d143d8ebe..de56167320b 100644 --- a/llvm/include/llvm/ADT/APInt.h +++ b/llvm/include/llvm/ADT/APInt.h @@ -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. |

