Fix Doxygen errors

Change-Id: I571d322e75afd33a679c488694db2e7bad3285ea
Reviewed-on: https://chromium-review.googlesource.com/883903
Reviewed-by: Scott Graham <scottmg@chromium.org>
Commit-Queue: Joshua Peraza <jperaza@chromium.org>
diff --git a/snapshot/linux/cpu_context_linux.h b/snapshot/linux/cpu_context_linux.h
index 30bb205..1ec4a1b 100644
--- a/snapshot/linux/cpu_context_linux.h
+++ b/snapshot/linux/cpu_context_linux.h
@@ -120,7 +120,7 @@
 //!
 //! General purpose registers are not initialized.
 //!
-//! \param[in] thread_context The native fpsimd context.
+//! \param[in] float_context The native fpsimd context.
 //! \param[out] context The CPUContextARM64 structure to initialize.
 void InitializeCPUContextARM64_OnlyFPSIMD(
     const SignalFPSIMDContext& float_context,
diff --git a/util/process/process_memory_fuchsia.h b/util/process/process_memory_fuchsia.h
index ebc93e0..e6cdd3e 100644
--- a/util/process/process_memory_fuchsia.h
+++ b/util/process/process_memory_fuchsia.h
@@ -37,7 +37,7 @@
   //! This method must be called successfully prior to calling any other method
   //! in this class.
   //!
-  //! \param[in] pid The handle to the target process.
+  //! \param[in] process The handle to the target process.
   //!
   //! \return `true` on success, `false` on failure with a message logged.
   bool Initialize(zx_handle_t process);