[Pkg-opencl-devel] [beignet] 63/66: fix some typos

Andreas Beckmann anbe at moszumanska.debian.org
Fri Oct 31 07:27:11 UTC 2014


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

anbe pushed a commit to branch master
in repository beignet.

commit a2b486d49e8e65b2b3627a75a7a086c73d315938
Author: Andreas Beckmann <anbe at debian.org>
Date:   Wed Oct 29 19:00:25 2014 +0100

    fix some typos
---
 debian/changelog           |  4 ++++
 debian/patches/series      |  1 +
 debian/patches/typos.patch | 43 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c5134a9..26b0781 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
 beignet (0.9.3-0.1) UNRELEASED; urgency=medium
 
+  [ Julian Wollrath ]
   * Non-maintainer upload.
   * New upstream release (Closes: #759707, #745363, #764930, #745767):
     + Add B-D on libedit-dev and zlib1g-dev.
   * Add debian/watch file.
   * Update debian/copyright.
 
+  [ Andreas Beckmann ]
+  * typos.patch: New. Fix some typos.
+
  -- Julian Wollrath <jwollrath at web.de>  Fri, 26 Sep 2014 12:18:47 +0200
 
 beignet (0.8-1.1) unstable; urgency=medium
diff --git a/debian/patches/series b/debian/patches/series
index ecb4b73..ac40981 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ Use-Khronos-Group-headers.patch
 Utest-requires-deprecated-function-names.patch
 Link-against-terminfo.patch
 Fix-build-failure.patch
+typos.patch
diff --git a/debian/patches/typos.patch b/debian/patches/typos.patch
new file mode 100644
index 0000000..429b6d5
--- /dev/null
+++ b/debian/patches/typos.patch
@@ -0,0 +1,43 @@
+Author: Andreas Beckmann <anbe at debian.org>
+Description: fix some typos
+
+--- a/backend/src/ir/instruction.cpp
++++ b/backend/src/ir/instruction.cpp
+@@ -989,7 +989,7 @@ namespace ir {
+       }
+       const ir::Type immType = fn.getImmediate(immediateIndex).getType();
+       if (UNLIKELY(type != immType)) {
+-        whyNot = "Inconsistant type for the immediate value to load";
++        whyNot = "Inconsistent type for the immediate value to load";
+         return false;
+       }
+       const RegisterFamily family = getFamily(type);
+--- a/backend/src/llvm/llvm_printf_parser.cpp
++++ b/backend/src/llvm/llvm_printf_parser.cpp
+@@ -665,7 +665,7 @@ error:
+           case PRINTF_CONVERSION_g:
+           case PRINTF_CONVERSION_A:
+           case PRINTF_CONVERSION_a:
+-            printf("Warning: Have a float paramter for %%d like specifier, take care of it\n");
++            printf("Warning: Have a float parameter for %%d like specifier, take care of it\n");
+             arg = builder->CreateSIToFP(arg, Type::getFloatTy(module->getContext()));
+             dst_type = Type::getFloatPtrTy(module->getContext(), 1);
+             sizeof_size = sizeof(float);
+@@ -693,7 +693,7 @@ error:
+           case PRINTF_CONVERSION_I:
+           case PRINTF_CONVERSION_D:
+             /* Float to Int, add a conversion. */
+-            printf("Warning: Have a int paramter for %%f like specifier, take care of it\n");
++            printf("Warning: Have a int parameter for %%f like specifier, take care of it\n");
+             arg = builder->CreateFPToSI(arg, Type::getInt32Ty(module->getContext()));
+             dst_type = Type::getInt32PtrTy(module->getContext(), 1);
+             sizeof_size = sizeof(int);
+@@ -704,7 +704,7 @@ error:
+           case PRINTF_CONVERSION_x:
+           case PRINTF_CONVERSION_X:
+             /* Float to uint, add a conversion. */
+-            printf("Warning: Have a uint paramter for %%f like specifier, take care of it\n");
++            printf("Warning: Have a uint parameter for %%f like specifier, take care of it\n");
+             arg = builder->CreateFPToUI(arg, Type::getInt32Ty(module->getContext()));
+             dst_type = Type::getInt32PtrTy(module->getContext(), 1);
+             sizeof_size = sizeof(int);

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



More information about the Pkg-opencl-devel mailing list