diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-02 01:31:31 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-02 01:31:31 +0000 |
commit | 91643aa96fac275e5bdca86b010efdef266292cb (patch) | |
tree | 47847ab4361ede26d35e5938694bc904a3543b20 /llvm/docs/ProgrammersManual.html | |
parent | c442c84c8f0cdb277deeeb98296b672e0eba8138 (diff) | |
download | bcm5719-llvm-91643aa96fac275e5bdca86b010efdef266292cb.tar.gz bcm5719-llvm-91643aa96fac275e5bdca86b010efdef266292cb.zip |
Fix a typo.
llvm-svn: 34826
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 031c86b9111..bde2ae03d33 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -2630,7 +2630,7 @@ a subclass, which represents the address of a global variable or function. <li><tt>uint64_t getZExtValue() const</tt>: Converts the underlying APInt value to a uint64_t via zero extension. IF the value (not the bit width) of the APInt is too large to fit in a uint64_t, an assertion will result. - For this reason, use of this method is discourage.</li> + For this reason, use of this method is discouraged.</li> <li><tt>static ConstantInt* get(const APInt& Val)</tt>: Returns the ConstantInt object that represents the value provided by <tt>Val</tt>. The type is implied as the IntegerType that corresponds to the bit width |