From 38550d27f86bce3bdeaf22093cde491efa38efc6 Mon Sep 17 00:00:00 2001
From: Yanqiang Miao <miao.yanqiang@zte.com.cn>
Date: Fri, 1 Jul 2016 17:18:42 +0800
Subject: [PATCH] Modify comment of Makefile

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 343c065ac9..cbfa3bb80c 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ DOCKERFILE := $(shell bash -c 'source hack/make/.detect-daemon-osarch && echo $$
 
 # env vars passed through directly to Docker's build scripts
 # to allow things like `make KEEPBUNDLE=1 binary` easily
-# `docs/sources/contributing/devenvironment.md ` and `project/PACKAGERS.md` have some limited documentation of some of these
+# `project/PACKAGERS.md` have some limited documentation of some of these
 DOCKER_ENVS := \
 	-e BUILDFLAGS \
 	-e KEEPBUNDLE \