diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2017-01-19 01:02:29 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-01-19 01:03:33 -0500 |
commit | 36fa8373148b620d2d08a6980b78371e3e6b8f31 (patch) | |
tree | 83b8289df1cf720288a99646b12f74e4729bca17 /eclass | |
parent | dev-ruby/stringex: add 2.7.0 (diff) | |
download | gentoo-36fa8373148b620d2d08a6980b78371e3e6b8f31.tar.gz gentoo-36fa8373148b620d2d08a6980b78371e3e6b8f31.tar.bz2 gentoo-36fa8373148b620d2d08a6980b78371e3e6b8f31.zip |
kernel-2.eclass: s/uf/if/ in handle_genpatches doc block
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 29b298725c2c..35225737de24 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -249,7 +249,7 @@ debug-print-kernel2-variables() { # @FUNCTION: handle_genpatches # @USAGE: [--set-unipatch-list] # @DESCRIPTION: -# add genpatches to list of patches to apply uf wanted +# add genpatches to list of patches to apply if wanted handle_genpatches() { local tarball want_unipatch_list |