diff mbox

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

Message ID 1300235418-19872-3-git-send-email-loic.minier@linaro.org
State New
Headers show

Commit Message

Loïc Minier March 16, 2011, 12:30 a.m. UTC
Signed-off-by: Loïc Minier <loic.minier@linaro.org>
---
 debian/rules.d/0-common-vars.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

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).
 #