From e7421b965eef1aed1089ca67cb33150c7a165ba3 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Nov 19 2013 15:16:32 +0000 Subject: ot-get-patches.sh: Clean up comment wording Just some grammar fixes improving clarity of the comments. --- diff --git a/otp-get-patches.sh b/otp-get-patches.sh index 5033e60..d9ca70d 100755 --- a/otp-get-patches.sh +++ b/otp-get-patches.sh @@ -6,13 +6,14 @@ # # otp-get-patches.sh updates the erlang.spec and otp-00*.patch # files in the git index. After an otp-get-patches.sh run, you -# will need to review the stage git changes, possibly adapt the -# Release: and %changelog parts of erlang spec, and can then +# will need to review the staged git changes, possibly adapt the +# 'Release:' and '%changelog' parts of erlang.spec, and can then # "git commit" everything. # # Caution: Leave the four special comment lines untouched in the # spec file, as otp-get-patches.sh requires them and will only -# touch erlang.spec between the respective start/end pair: +# touch the parts of erlang.spec between the respective start/end +# comment pair: # # # start of autogenerated patch tag list # # end of autogenerated patch tag list