From f3bb2fcf344c6ee6a5ef4d884f7ca9f95fbd2fa7 Mon Sep 17 00:00:00 2001 From: vboxsync Date: Sun, 20 Nov 2016 02:08:49 +0000 Subject: DBGF: typo git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@64723 cfe28804-0f27-0410-a406-dd0f0b0b656f --- src/VBox/VMM/VMMR3/DBGF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VBox/VMM/VMMR3/DBGF.cpp') 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. * -- cgit v1.2.1