diff mbox

[1/1] package/oprofile: fix typo in comment

Message ID 1453570744-8930-1-git-send-email-bernd.kuhls@t-online.de
State Accepted
Commit 5e0bcda354ef4c54a7d9c6552b6d65bb48fe74a7
Headers show

Commit Message

Bernd Kuhls Jan. 23, 2016, 5:39 p.m. UTC
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/oprofile/oprofile.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Jan. 31, 2016, 8:07 p.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.
diff mbox

Patch

diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk
index c73086e..f27e06e 100644
--- a/package/oprofile/oprofile.mk
+++ b/package/oprofile/oprofile.mk
@@ -41,7 +41,7 @@  ifeq ($(BR2_PACKAGE_LIBPFM4),y)
 OPROFILE_DEPENDENCIES += libpfm4
 endif
 
-# When getext is enabled, popt links with -lintl, specifies it in its
+# When gettext is enabled, popt links with -lintl, specifies it in its
 # popt.pc and has done so for the past 6+ years. But oprofile does not
 # use pkconfig to find popt, so misses -lintl, which is important for
 # a static build. We have to do the call to pkgconfig manually...