diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2015-10-08 18:09:45 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2015-10-08 18:09:45 +0000 |
commit | 37ea11e0e1e46f60d967bd3dafc22a7b7d5635a1 (patch) | |
tree | cce76db90b1a0f8e7447ee64af6d720aa4e2642e /src/VBox/VMM/VMMR3/DBGF.cpp | |
parent | 6ecf8d88e726c0ade1186a9dc0b455d673b1064e (diff) | |
download | VirtualBox-svn-37ea11e0e1e46f60d967bd3dafc22a7b7d5635a1.tar.gz |
VMM: Made @param pVCpu more uniform and to the point.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@58123 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/VMM/VMMR3/DBGF.cpp')
-rw-r--r-- | src/VBox/VMM/VMMR3/DBGF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/VMM/VMMR3/DBGF.cpp b/src/VBox/VMM/VMMR3/DBGF.cpp index 0b1cb470673..69d409fe7b8 100644 --- a/src/VBox/VMM/VMMR3/DBGF.cpp +++ b/src/VBox/VMM/VMMR3/DBGF.cpp @@ -1225,7 +1225,7 @@ VMMR3DECL(int) DBGFR3Step(PUVM pUVM, VMCPUID idCpu) * * @returns VINF_EM_DBG_STEP * - * @param pVCpu Pointer to the VMCPU. + * @param pVCpu The cross context virtual CPU structure. * * @thread VCpu EMT * @internal |