[DRIVERS] Spelling fixes by Josh Soref. CORE-12286
[reactos.git] / reactos / drivers / base / kdcom / kdserial.c
index 274f7c3..35f311d 100644 (file)
@@ -36,7 +36,7 @@ KdpSendBuffer(
  * \param Buffer Pointer to a buffer that receives the data.
  * \param Size Size of data to receive in bytes.
  * \return KDP_PACKET_RECEIVED if successful.
- *         KDP_PACKET_TIMEOUT if the receice timed out.
+ *         KDP_PACKET_TIMEOUT if the receive timed out.
  */
 KDP_STATUS
 NTAPI
@@ -64,7 +64,7 @@ KdpReceiveBuffer(
 
 /******************************************************************************
  * \name KdpReceivePacketLeader
- * \brief Receives a packet leadr from the KD port.
+ * \brief Receives a packet leader from the KD port.
  * \param PacketLeader Pointer to an ULONG that receives the packet leader.
  * \return KDP_PACKET_RECEIVED if successful.
  *         KDP_PACKET_TIMEOUT if the receive timed out.