aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkAPIs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index b49c3f633b..58ca5dc798 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -1172,7 +1172,7 @@ while ($_ = pop @filelist)
if ($fileContents =~ m{ %ll }xo)
{
- # use G_GINT64_MODIFIER instead of ll
+ # use PRI[dux...]N instead of ll
print STDERR "Error: Found %ll in " .$filename."\n";
$errorCount++;
}