[beignet] 07/10: Fix typo

Rebecca Palmer rnpalmer-guest at moszumanska.debian.org
Sun Jan 22 22:40:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

rnpalmer-guest pushed a commit to branch master
in repository beignet.

commit 5e7f9187e0f89db74819d933b492538651b8ab4d
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date:   Sun Jan 22 21:43:14 2017 +0000

    Fix typo
---
 debian/changelog              |  1 +
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 16 ++++++++++++++++
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 933c4f6..5e80c92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ beignet (1.3.0-1) UNRELEASED; urgency=medium
     (the default build directory has not required it for some time).
   * Update d/copyright.
   * Document cl_khr_gl_sharing status.
+  * Add spelling.patch.
 
  -- Rebecca N. Palmer <rebecca_palmer at zoho.com>  Sat, 21 Jan 2017 14:10:45 +0000
 
diff --git a/debian/patches/series b/debian/patches/series
index c5b3d7d..b921c3c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ docs-broken-links.patch
 cl_accelerator_intel.patch
 llvm39-support.patch
 add-appstream-metadata.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..32e7c11
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,16 @@
+Description: Fix spelling
+
+Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
+Forwarded: https://lists.freedesktop.org/archives/beignet/2017-January/008492.html
+
+--- a/backend/src/llvm/llvm_gen_backend.cpp
++++ b/backend/src/llvm/llvm_gen_backend.cpp
+@@ -308,7 +308,7 @@ namespace gbe
+         if(StrTy)
+           return getTypeByteSize(unit,StrTy);
+       }
+-      GBE_ASSERTM(false, "Unspported type name");
++      GBE_ASSERTM(false, "Unsupported type name");
+       return 0;
+   }
+ #undef TYPESIZEVEC

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git



More information about the Pkg-opencl-commits mailing list