mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 07:31:47 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35316 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1689ea60e
commit
5b9f2d6186
@ -726,7 +726,7 @@ public:
|
||||
/// @brief Sign extend to a new width.
|
||||
APInt &sext(uint32_t width);
|
||||
|
||||
/// This operation zero extends the APInt to a new width. Thie high order bits
|
||||
/// This operation zero extends the APInt to a new width. The high order bits
|
||||
/// are filled with 0 bits. It is an error to specify a width that is less
|
||||
/// than or equal to the current width.
|
||||
/// @brief Zero extend to a new width.
|
||||
|
Loading…
Reference in New Issue
Block a user