From 46e1cd9a175e4b2cb310e7a46350ba836c8a3b40 Mon Sep 17 00:00:00 2001
From: Anastasia Stulova <anastasia.stulova@arm.com>
Date: Thu, 18 Aug 2016 16:17:20 +0000
Subject: [PATCH] Removed extra space in OpenCL release notes

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_39@279083 91177308-0d34-0410-b5e6-96231b3b80d8
---
 docs/ReleaseNotes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index dcffbfd825d..6cd71564ab4 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -207,7 +207,7 @@ features have been completed since the previous release:
 Several miscellaneous improvements have been made:
 
 - Supported extensions are now part of the target representation to give correct
-  diagnostics  for unsupported target features during compilation. For example,
+  diagnostics for unsupported target features during compilation. For example,
   when compiling for a target that does not support the double precision
   floating point extension, Clang will give an error when encountering the
   ``cl_khr_fp64`` pragma. Several missing extensions were added covering up to
-- 
GitLab