[LangRef] Correct a typo
authorHal Finkel <hfinkel@anl.gov>
Mon, 5 Jan 2015 04:05:21 +0000 (04:05 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 5 Jan 2015 04:05:21 +0000 (04:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225148 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index d059fe0d4dd689b8bad8742e61aa54af224dc6e2..8e9d4204dbb4099186ecaefe6de94d0ff4ec1aed 100644 (file)
@@ -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