summaryrefslogtreecommitdiffstats
path: root/utilities
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2021-12-22 12:02:14 -0800
committerPaul E. McKenney <paulmck@kernel.org>2021-12-22 12:02:14 -0800
commit0eda305aaca19f420bfc1d1d6d5cb3469a1c53ed (patch)
tree68fa3ef725441c305cbaa27aaa4d4200b409ccfd /utilities
parent57a395e8d6057e44c7551bf30a893fcf5c873d3e (diff)
downloadperfbook-0eda305aaca19f420bfc1d1d6d5cb3469a1c53ed.tar.gz
utilities: Fix torelease.sh error in commentv2021.12.22a
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'utilities')
-rw-r--r--utilities/torelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/torelease.sh b/utilities/torelease.sh
index 91c2a33f..142939f4 100644
--- a/utilities/torelease.sh
+++ b/utilities/torelease.sh
@@ -9,7 +9,7 @@
# defaults to being a release tag, as in v2019.12.22a. Edition tags
# have the form "Edition.1", "Edition.1P", or "Edition.1P-rc3".
# "repo_url" defaults to Paul's git repository at gitolite.kernel.org.
-# "remote" defaults to "origin".
+# "remote" defaults to "perfbook".
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by