summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/fpdf_doc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fpdf_doc.h b/public/fpdf_doc.h
index b0a1f3b492..9181cbc9e5 100644
--- a/public/fpdf_doc.h
+++ b/public/fpdf_doc.h
@@ -195,7 +195,7 @@ FPDFDest_GetPageIndex(FPDF_DOCUMENT document, FPDF_DEST dest);
// document - handle to the document.
// dest - handle to the destination.
//
-// Returns the -based page index containing |dest|. Returns -1 on error.
+// Returns the 0-based page index containing |dest|. Returns -1 on error.
FPDF_EXPORT int FPDF_CALLCONV FPDFDest_GetDestPageIndex(FPDF_DOCUMENT document,
FPDF_DEST dest);