summaryrefslogtreecommitdiff
path: root/package/oprofile
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-01-23 18:39:04 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-01-31 21:08:44 +0100
commit5e0bcda354ef4c54a7d9c6552b6d65bb48fe74a7 (patch)
tree401cbc3db01c0659d7a9879cec24bc68ba99e3c9 /package/oprofile
parent421defd17679c6d203a01ca1768cd347da593e40 (diff)
package/oprofile: fix typo in comment
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/oprofile')
-rw-r--r--package/oprofile/oprofile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk
index c73086e0c..f27e06e7a 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...