diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-01-23 18:39:04 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-31 21:08:44 +0100 |
| commit | 5e0bcda354ef4c54a7d9c6552b6d65bb48fe74a7 (patch) | |
| tree | 401cbc3db01c0659d7a9879cec24bc68ba99e3c9 | |
| parent | 421defd17679c6d203a01ca1768cd347da593e40 (diff) | |
| download | buildroot-5e0bcda354ef4c54a7d9c6552b6d65bb48fe74a7.tar.gz buildroot-5e0bcda354ef4c54a7d9c6552b6d65bb48fe74a7.zip | |
package/oprofile: fix typo in comment
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/oprofile/oprofile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk index c73086e0c7..f27e06e7a2 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... |

