diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2015-01-05 04:05:21 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2015-01-05 04:05:21 +0000 |
| commit | 5dd8278f3f272d87fe137cf74118e3a3bdcc7614 (patch) | |
| tree | 0192a52bb96f31aa558122397bf1c12c2f34dbf1 /llvm | |
| parent | 2f61879ff4c01893d507da3dc566b95b26563004 (diff) | |
| download | bcm5719-llvm-5dd8278f3f272d87fe137cf74118e3a3bdcc7614.tar.gz bcm5719-llvm-5dd8278f3f272d87fe137cf74118e3a3bdcc7614.zip | |
[LangRef] Correct a typo
llvm-svn: 225148
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/LangRef.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index d059fe0d4dd..8e9d4204dbb 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -8587,7 +8587,7 @@ Arguments: """""""""" The first argument is the value to be counted. This argument may be of -any integer type, or a vectory with integer element type. The return +any integer type, or a vector with integer element type. The return type must match the first argument type. The second argument must be a constant and is a flag to indicate whether @@ -8634,7 +8634,7 @@ Arguments: """""""""" The first argument is the value to be counted. This argument may be of -any integer type, or a vectory with integer element type. The return +any integer type, or a vector with integer element type. The return type must match the first argument type. The second argument must be a constant and is a flag to indicate whether |

