diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-04-24 06:37:12 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-04-24 06:37:12 +0000 |
| commit | cb2147e58c16ca1c93571b554912ca28158d91d7 (patch) | |
| tree | 6ab8f3495ae8f89de116e82ed370af1cad14d705 | |
| parent | 643e0a40dbd34b86230aacf405bb471059a2ebd6 (diff) | |
| download | bcm5719-llvm-cb2147e58c16ca1c93571b554912ca28158d91d7.tar.gz bcm5719-llvm-cb2147e58c16ca1c93571b554912ca28158d91d7.zip | |
fix a typo noticed by duncan
llvm-svn: 69962
| -rw-r--r-- | llvm/include/llvm/Constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Constants.h b/llvm/include/llvm/Constants.h index e04a6cf67d8..f5c265570e6 100644 --- a/llvm/include/llvm/Constants.h +++ b/llvm/include/llvm/Constants.h @@ -104,7 +104,7 @@ public: } /// Return a ConstantInt with the specified value for the specified type. The - /// value V will be canonicalized to a an unsigned APInt. Accessing it with + /// value V will be canonicalized to an unsigned APInt. Accessing it with /// either getSExtValue() or getZExtValue() will yield a correctly sized and /// signed value for the type Ty. /// @brief Get a ConstantInt for a specific value. |

