From: konradlorincz Date: Tue, 20 May 2008 18:16:15 +0000 (+0000) Subject: Minor comment change to test cvs permissions. X-Git-Tag: release_tinyos_2_1_0_0~394 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=8b4a755044c98e87f7110e78bed027979cb9f2b2;p=tinyos-2.x.git Minor comment change to test cvs permissions. --- diff --git a/apps/tests/TestAdc/TestAdcC.nc b/apps/tests/TestAdc/TestAdcC.nc index eeb4555c..d331da2b 100644 --- a/apps/tests/TestAdc/TestAdcC.nc +++ b/apps/tests/TestAdc/TestAdcC.nc @@ -34,11 +34,11 @@ */ /** - * Tests the AdcC subsystem and switches on leds 0, 1 and 2 + * Tests the AdcC subsystem and switches on leds 0, 1 and 2. * if the test is successful: - * LED0 denotes a successful Read operation, - * LED1 denotes a successful ReadNow operation, - * LED2 denotes a successful ReadStream operation. + * LED0 denotes a successful Read operation, + * LED1 denotes a successful ReadNow operation, + * LED2 denotes a successful ReadStream operation. * * @author Jan Hauer */