Fix typos in documentation.
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c
index fa6991e..9dddb8f 100644
--- a/library/psa_crypto.c
+++ b/library/psa_crypto.c
@@ -2686,7 +2686,7 @@
/**
* \brief For output buffers which contain "tags"
* (outputs that may be checked for validity like
- * Hashes, MACs and signatures), fill the unused
+ * hashes, MACs and signatures), fill the unused
* part of the output buffer (the whole buffer on
* error, the trailing part on success) with
* something that isn't a valid tag (barring an
@@ -2694,9 +2694,9 @@
* input), in case the caller doesn't check the
* return status properly.
*
- * \param output_buffer pointer to buffer to wipe. May not be NULL
+ * \param output_buffer Pointer to buffer to wipe. May not be NULL
* unless \p output_buffer_size is zero.
- * \param status status of function called to generate
+ * \param status Status of function called to generate
* output_buffer originally
* \param output_buffer_size Size of output buffer. If zero, \p output_buffer
* could be NULL.