summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/DBGF.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2016-11-20 02:08:49 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2016-11-20 02:08:49 +0000
commitf3bb2fcf344c6ee6a5ef4d884f7ca9f95fbd2fa7 (patch)
tree46ed0fa05839c31fc2f4e61cc500d4fe944e88f5 /src/VBox/VMM/VMMR3/DBGF.cpp
parent5a3129cb6f57a16e7292750cfe97ca0d6972e96a (diff)
downloadVirtualBox-svn-f3bb2fcf344c6ee6a5ef4d884f7ca9f95fbd2fa7.tar.gz
DBGF: typo
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@64723 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/VMM/VMMR3/DBGF.cpp')
-rw-r--r--src/VBox/VMM/VMMR3/DBGF.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/VMM/VMMR3/DBGF.cpp b/src/VBox/VMM/VMMR3/DBGF.cpp
index 543248813c7..99344b05ab0 100644
--- a/src/VBox/VMM/VMMR3/DBGF.cpp
+++ b/src/VBox/VMM/VMMR3/DBGF.cpp
@@ -1581,7 +1581,7 @@ VMMR3DECL(int) DBGFR3Step(PUVM pUVM, VMCPUID idCpu)
* that the API allows @a pStopPopAddr and @a cbStopPop
* to form an area that wraps around and it will
* consider the part starting at 0 as included.
- * @param cMaxStep The maximum number of steps to take. This is to
+ * @param cMaxSteps The maximum number of steps to take. This is to
* prevent stepping for ever, so passing UINT32_MAX is
* not recommended.
*