Fix typo in TMS320 DSP plugin (#9397)

This commit is contained in:
Michael Scherer 2018-02-15 06:04:51 +01:00 committed by Anton Kochkov
parent 499413cb2b
commit 09c5f2c934

View File

@ -109,7 +109,7 @@ RAnalPlugin r_anal_plugin_tms320 = {
.name = "tms320",
.arch = "tms320",
.bits = 32,
.desc = "TMS320 DSP family code analisys plugin",
.desc = "TMS320 DSP family code analysis plugin",
.init = tms320_init,
.fini = tms320_fini,
.license = "LGPLv3",