aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/dyncom/arm_dyncom.h
diff options
context:
space:
mode:
authorGravatar Lioncash <mathew1800@gmail.com>2014-11-18 08:31:24 -0500
committerGravatar Lioncash <mathew1800@gmail.com>2014-11-18 08:31:24 -0500
commit64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69 (patch)
tree1f612041d6b58c0653e43bac498430867352d8f3 /src/core/arm/dyncom/arm_dyncom.h
parent745b0219c5dae25d65f18ef13fd5dfd9ca23b671 (diff)
Fix documentation of parameters
Diffstat (limited to 'src/core/arm/dyncom/arm_dyncom.h')
-rw-r--r--src/core/arm/dyncom/arm_dyncom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom.h b/src/core/arm/dyncom/arm_dyncom.h
index 1f8cd3a3..f3c70b7d 100644
--- a/src/core/arm/dyncom/arm_dyncom.h
+++ b/src/core/arm/dyncom/arm_dyncom.h
@@ -19,7 +19,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;