From 7c09eb2da763d09702aee48f73b31602a1e440a9 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Sun, 25 Oct 2009 10:33:01 +0000 Subject: [PATCH] Correct cut and paste comment error. --- Source/portable/MPLAB/PIC32MX/portmacro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h index a41913094..f6cd1f532 100644 --- a/Source/portable/MPLAB/PIC32MX/portmacro.h +++ b/Source/portable/MPLAB/PIC32MX/portmacro.h @@ -140,7 +140,7 @@ extern void vPortClearInterruptMaskFromISR( unsigned portBASE_TYPE ); { \ unsigned portLONG ulStatus; \ \ - /* Unmask all interrupts. */ \ + /* Trigger software interrupt. */ \ ulStatus = _CP0_GET_CAUSE(); \ ulStatus |= portSW0_BIT; \ _CP0_SET_CAUSE( ulStatus ); \