From 68273edcb98f5892c0e1b8fb0c7a55cfe7e0268b Mon Sep 17 00:00:00 2001 From: skarg Date: Mon, 25 Apr 2011 04:23:09 +0000 Subject: [PATCH] Fixed spelling error in comment. --- bacnet-stack/ports/bdk-atxx4-mstp/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/ports/bdk-atxx4-mstp/init.c b/bacnet-stack/ports/bdk-atxx4-mstp/init.c index 2819182e..18e44918 100644 --- a/bacnet-stack/ports/bdk-atxx4-mstp/init.c +++ b/bacnet-stack/ports/bdk-atxx4-mstp/init.c @@ -33,7 +33,7 @@ void init( MCUSR = 0; /* Initialize the Clock Prescaler */ /* The default CLKPSx bits are factory set to 0011 */ - /* Enbable the Clock Prescaler */ + /* Enable the Clock Prescaler */ CLKPR = _BV(CLKPCE); /* CLKPS3 CLKPS2 CLKPS1 CLKPS0 Clock Division Factor ------ ------ ------ ------ ---------------------