UBUNTU: Fix couple of typos in 0-common-vars.mk
authorLoïc Minier <loic.minier@linaro.org>
Wed, 16 Mar 2011 00:30:14 +0000 (01:30 +0100)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:54:39 +0000 (06:54 -0700)
Signed-off-by: Loïc Minier <loic.minier@linaro.org>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

debian/rules.d/0-common-vars.mk

index 2cecd7a..dd9daff 100644 (file)
@@ -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).
 #