From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Mon, 23 Sep 2013 10:30:46 +0000 (+0200)
Subject: cosmetic
X-Git-Tag: 5.3.1~39
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=28a215ada93162dc79aac9c41bd977206296a771;p=build.git

cosmetic
---

diff --git a/Makefile b/Makefile
index 385a61b4..6674ae06 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@
 #     a set of stock rpms that this package needs at build-time
 #     this can also be set in config.<distro>/devel.pkgs or config.planetlab/devel.pkgs as appropriate
 # (*) package-DEPEND-DEVEL-RPMS
-#     a set of local *rpms* that the build will rpm-install before building <package>
+#     a set of *local* rpms that the build will rpm-install before building <package>
 #     the build will attempt to uninstall those once the package is built, this is not fatal though
 #     this is intended to denote local rpms, i.e. ones that are results of our own build
 #     stock rpms should be mentioned in DEVEL-RPMS or in devel.pkgs as described above