]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/oprofile: fix typo in comment
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 23 Jan 2016 17:39:04 +0000 (18:39 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 31 Jan 2016 20:08:44 +0000 (21:08 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/oprofile/oprofile.mk

index c73086e0c739485a889664d54f7eb153b52480d2..f27e06e7a2160452e9ad6f8b7122ae32bbd158eb 100644 (file)
@@ -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...