summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 852ee1f)
raw | patch | inline | side by side (parent: 852ee1f)
author | Sam Nelson <sam.nelson@ti.com> | |
Thu, 11 Feb 2016 19:19:59 +0000 (14:19 -0500) | ||
committer | Angela Stegmaier <angelabaker@ti.com> | |
Fri, 12 Feb 2016 19:11:14 +0000 (13:11 -0600) |
- Correct typo in Exception string for RemoteCustom2
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
packages/ti/sdo/ipc/GateMP.xs | patch | blob | history |
index 2de72c5eecebda198a7005a3349954034c7ecf9d..9dfb165dde4354c52a05ed28816aaf496da10237 100644 (file)
mod.numRemoteCustom2);
}
catch (e) {
- throw("Problem fetching remoteCustom1InUse" + e); //TODO
+ throw("Problem fetching remoteCustom2InUse" + e); //TODO
}