pdr: Fix doxygen on pldm_pdr_remove_pdrs_by_terminus_handle()

This was missed as part of the series fixing the code-base to enable
clang-tidy.

Fixes: 6005f1c87fdd ("clang-tidy: Fix readability-identifier-naming diagnostic")
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: I9d3f9433474c34bb9d78f336f6eb04649a43190c
diff --git a/include/libpldm/pdr.h b/include/libpldm/pdr.h
index 3c0d4dd..8b5f6a7 100644
--- a/include/libpldm/pdr.h
+++ b/include/libpldm/pdr.h
@@ -160,7 +160,7 @@
  * @param[in] repo - opaque pointer acting as a PDR repo handle
  * @param[in] terminus_handle - PLDM terminus handle
  * @param[in] tid - Terminus ID
- * @param[in] tlEid - MCTP endpoint EID
+ * @param[in] tl_eid - MCTP endpoint EID
  * @param[in] valid - validity bit of TLPDR
  */
 /* NOLINTNEXTLINE(readability-identifier-naming) */