From: R. Steve McKown Date: Wed, 27 Oct 2010 23:53:52 +0000 (-0600) Subject: Fix a typo in a comment. X-Git-Tag: release/2.1.1-4.5~7 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=1b8f5fc97abea633522d9df2487bc8af5f02c139 Fix a typo in a comment. --- diff --git a/tos/chips/msp430/usci/HplMsp430UsciRegP.nc b/tos/chips/msp430/usci/HplMsp430UsciRegP.nc index 3dcaf9ca..5cd2e6c2 100644 --- a/tos/chips/msp430/usci/HplMsp430UsciRegP.nc +++ b/tos/chips/msp430/usci/HplMsp430UsciRegP.nc @@ -185,7 +185,7 @@ implementation } } - /* Doesn't really set the mode, but checks the most for the device and inits + /* Doesn't really set the mode, but checks the mode for the device and inits * the device. */ async command bool Registers.setMode(msp430_usci_mode_t mode)