aboutsummaryrefslogtreecommitdiff
path: root/src/PkgConfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PkgConfig.cpp')
-rw-r--r--src/PkgConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PkgConfig.cpp b/src/PkgConfig.cpp
index 42d0d13..3a36f39 100644
--- a/src/PkgConfig.cpp
+++ b/src/PkgConfig.cpp
@@ -6,7 +6,7 @@
using namespace std;
// TODO: Do not use pkg-config program. The same functionality can easily be achieved
-// by reading files in /usr/bin/pkgconfig
+// by reading files in /usr/share/pkgconfig
// Or is there no downside to calling pkg-config program?
namespace sibs
{