[PATCH 2/6] UBUNTU: Fix couple of typos in 0-common-vars.mk

Loïc Minier loic.minier at linaro.org
Wed Mar 16 00:30:14 UTC 2011


Signed-off-by: Loïc Minier <loic.minier at linaro.org>
---
 debian/rules.d/0-common-vars.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules.d/0-common-vars.mk b/debian/rules.d/0-common-vars.mk
index f6930cb..1a7b303 100644
--- a/debian/rules.d/0-common-vars.mk
+++ b/debian/rules.d/0-common-vars.mk
@@ -103,7 +103,7 @@ DEB_BUILD_ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 #
 # Detect invocations of the form 'fakeroot debian/rules binary arch=armel'
-# within an x86'en schroot. This only gets you part of the way sicne the
+# within an x86'en schroot. This only gets you part of the way since the
 # packaging phase fails, but you can at least compile the kernel quickly.
 #
 arch := $(DEB_HOST_ARCH)
@@ -112,7 +112,7 @@ ifneq ($(arch),$(DEB_HOST_ARCH))
 endif
 
 #
-# Detect invocations of the form 'dpk-buildpackage -B -aarmel' within
+# Detect invocations of the form 'dpkg-buildpackage -B -aarmel' within
 # an x86'en schroot. This is the only way to build all of the packages
 # (except for tools).
 #
-- 
1.7.4.1





More information about the kernel-team mailing list