From edef0847bceb06a292fb0452c869cf61e4c1e25a Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Mon, 5 Jan 2015 04:05:21 +0000 Subject: [PATCH] [LangRef] Correct a typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225148 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index d059fe0d4dd..8e9d4204dbb 100644 --- a/docs/LangRef.rst +++ b/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