diff --git a/reactos/ntoskrnl/lpc/reply.c b/reactos/ntoskrnl/lpc/reply.c index 377313e7e55..57e0519ea53 100644 --- a/reactos/ntoskrnl/lpc/reply.c +++ b/reactos/ntoskrnl/lpc/reply.c @@ -136,7 +136,7 @@ LpcpMoveMessage(IN PPORT_MESSAGE Destination, /* PUBLIC FUNCTIONS **********************************************************/ /* - * @unimplemented + * @implemented */ NTSTATUS NTAPI diff --git a/reactos/ntoskrnl/lpc/send.c b/reactos/ntoskrnl/lpc/send.c index 6980ee445f7..5bcc884ca0b 100644 --- a/reactos/ntoskrnl/lpc/send.c +++ b/reactos/ntoskrnl/lpc/send.c @@ -437,7 +437,7 @@ LpcRequestWaitReplyPort(IN PVOID PortObject, } /* - * @unimplemented + * @implemented */ NTSTATUS NTAPI