From 64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 18 Nov 2014 08:31:24 -0500 Subject: Fix documentation of parameters --- src/core/arm/interpreter/arm_interpreter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/arm/interpreter/arm_interpreter.h') diff --git a/src/core/arm/interpreter/arm_interpreter.h b/src/core/arm/interpreter/arm_interpreter.h index ceb1be438..f1e7198c5 100644 --- a/src/core/arm/interpreter/arm_interpreter.h +++ b/src/core/arm/interpreter/arm_interpreter.h @@ -18,7 +18,7 @@ public: /** * Set the Program Counter to an address - * @param addr Address to set PC to + * @param pc Address to set PC to */ void SetPC(u32 pc) override; -- cgit v1.2.3