summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McMartin <kmcmarti@redhat.com>2013-01-25 13:24:10 -0500
committerKyle McMartin <kmcmarti@redhat.com>2013-01-25 13:24:10 -0500
commit0f6d46f6c8e2f447947be9d94ebc13d604ba6755 (patch)
treeba2abd25741b915437a23a2c594c7d046ae46eb1
parente66c8fda4444269151b80ec3d570182205f748b5 (diff)
downloadkernel-0f6d46f6c8e2f447947be9d94ebc13d604ba6755.tar.gz
kernel-0f6d46f6c8e2f447947be9d94ebc13d604ba6755.tar.xz
kernel-0f6d46f6c8e2f447947be9d94ebc13d604ba6755.zip
fix grammar in find-debuginfo.sh -r blurb
-rw-r--r--kernel.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index 082c43383..25c8820ef 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -535,9 +535,9 @@ BuildRequires: pciutils-devel gettext
BuildConflicts: rhbuildsys(DiskFree) < 500Mb
%if %{with_debuginfo}
# Fancy new debuginfo generation introduced in Fedora 8/RHEL 6.
-# The -r flag to find-debuginfo.sh to invoke eu-strip --reloc-debug-sections
-# reduces the number of relocations in kernel module .ko.debug files and was
-# introduced with rpm 4.9 and elfutils 0.153.
+# The -r flag to find-debuginfo.sh invokes eu-strip --reloc-debug-sections
+# which reduces the number of relocations in kernel module .ko.debug files and
+# was introduced with rpm 4.9 and elfutils 0.153.
BuildRequires: rpm-build >= 4.9.0-1, elfutils >= elfutils-0.153-1
%define debuginfo_args --strict-build-id -r
%endif