From: richardbarry Date: Sun, 25 Oct 2009 10:33:01 +0000 (+0000) Subject: Correct cut and paste comment error. X-Git-Tag: V6.0.1~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=12b4ebdc92daf46e853f7d4c760dc8be047f91d1;p=freertos Correct cut and paste comment error. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@931 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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 ); \