rpcrt4: Spelling fixes in comments.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e3b1437e1b
commit
bea5c0ce2b
|
@ -2947,7 +2947,7 @@ static unsigned char * ComplexMarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
{
|
{
|
||||||
/* for some reason interface pointers aren't generated as
|
/* for some reason interface pointers aren't generated as
|
||||||
* RPC_FC_POINTER, but instead as RPC_FC_EMBEDDED_COMPLEX, yet
|
* RPC_FC_POINTER, but instead as RPC_FC_EMBEDDED_COMPLEX, yet
|
||||||
* they still need the derefencing treatment that pointers are
|
* they still need the dereferencing treatment that pointers are
|
||||||
* given */
|
* given */
|
||||||
if (*desc == RPC_FC_IP)
|
if (*desc == RPC_FC_IP)
|
||||||
m(pStubMsg, *(unsigned char **)pMemory, desc);
|
m(pStubMsg, *(unsigned char **)pMemory, desc);
|
||||||
|
@ -3123,7 +3123,7 @@ static unsigned char * ComplexUnmarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
{
|
{
|
||||||
/* for some reason interface pointers aren't generated as
|
/* for some reason interface pointers aren't generated as
|
||||||
* RPC_FC_POINTER, but instead as RPC_FC_EMBEDDED_COMPLEX, yet
|
* RPC_FC_POINTER, but instead as RPC_FC_EMBEDDED_COMPLEX, yet
|
||||||
* they still need the derefencing treatment that pointers are
|
* they still need the dereferencing treatment that pointers are
|
||||||
* given */
|
* given */
|
||||||
if (*desc == RPC_FC_IP)
|
if (*desc == RPC_FC_IP)
|
||||||
m(pStubMsg, (unsigned char **)pMemory, desc, FALSE);
|
m(pStubMsg, (unsigned char **)pMemory, desc, FALSE);
|
||||||
|
@ -3247,7 +3247,7 @@ static unsigned char * ComplexBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
{
|
{
|
||||||
/* for some reason interface pointers aren't generated as
|
/* for some reason interface pointers aren't generated as
|
||||||
* RPC_FC_POINTER, but instead as RPC_FC_EMBEDDED_COMPLEX, yet
|
* RPC_FC_POINTER, but instead as RPC_FC_EMBEDDED_COMPLEX, yet
|
||||||
* they still need the derefencing treatment that pointers are
|
* they still need the dereferencing treatment that pointers are
|
||||||
* given */
|
* given */
|
||||||
if (*desc == RPC_FC_IP)
|
if (*desc == RPC_FC_IP)
|
||||||
m(pStubMsg, *(unsigned char **)pMemory, desc);
|
m(pStubMsg, *(unsigned char **)pMemory, desc);
|
||||||
|
@ -3348,7 +3348,7 @@ static unsigned char * ComplexFree(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
{
|
{
|
||||||
/* for some reason interface pointers aren't generated as
|
/* for some reason interface pointers aren't generated as
|
||||||
* RPC_FC_POINTER, but instead as RPC_FC_EMBEDDED_COMPLEX, yet
|
* RPC_FC_POINTER, but instead as RPC_FC_EMBEDDED_COMPLEX, yet
|
||||||
* they still need the derefencing treatment that pointers are
|
* they still need the dereferencing treatment that pointers are
|
||||||
* given */
|
* given */
|
||||||
if (*desc == RPC_FC_IP)
|
if (*desc == RPC_FC_IP)
|
||||||
m(pStubMsg, *(unsigned char **)pMemory, desc);
|
m(pStubMsg, *(unsigned char **)pMemory, desc);
|
||||||
|
|
Loading…
Reference in New Issue