From 73ca287c46c3089dca54ef27fc9d8fee75406fba Mon Sep 17 00:00:00 2001 From: Ramsey Harris Date: Mon, 28 Apr 2014 10:17:21 -0700 Subject: [PATCH 1/1] Fixed minor typo in comment. --- packages/ti/sdo/ipc/family/vayu/NotifyDriverMbx.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ti/sdo/ipc/family/vayu/NotifyDriverMbx.xs b/packages/ti/sdo/ipc/family/vayu/NotifyDriverMbx.xs index 510ef86..fd28c35 100644 --- a/packages/ti/sdo/ipc/family/vayu/NotifyDriverMbx.xs +++ b/packages/ti/sdo/ipc/family/vayu/NotifyDriverMbx.xs @@ -51,7 +51,7 @@ function module$use() xdc.useModule('xdc.runtime.Startup'); xdc.useModule("ti.sysbios.BIOS"); - /* concatinate isa chain into single string for easier matching */ + /* concatenate isa chain into single string for easier matching */ isaChain = "#" + Program.build.target.getISAChain().join("#") + "#"; if (isaChain.match(/#64P#/)) { -- 2.39.2