diff --git a/src/H5PLmodule.h b/src/H5PLmodule.h
index 4d0396a5bf5..cccdf6ef506 100644
--- a/src/H5PLmodule.h
+++ b/src/H5PLmodule.h
@@ -162,7 +162,7 @@
*
* \subsubsection subsubsec_filter_plugins_prog_write Writing a Filter Function
* The HDF5 filter function for the dynamically loaded filter feature should be written as any custom filter
- * described in Custom Filters. See the
+ * described in Custom Filters. See the
* “Example” section, section 5, of that document to get an idea of the simple filter function, and see the
* example of the more sophisticated HDF5 bzip2 filter function in the “Building an HDF5 bzip2 Plugin Example”
* section. The HDF5 bzip2 filter function is also available for download from