From 09c5f2c93462727cb1607c6cf255017f0fd525ce Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 15 Feb 2018 06:04:51 +0100 Subject: [PATCH] Fix typo in TMS320 DSP plugin (#9397) --- libr/anal/p/anal_tms320.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libr/anal/p/anal_tms320.c b/libr/anal/p/anal_tms320.c index ef9d4d678d..7de08e954a 100644 --- a/libr/anal/p/anal_tms320.c +++ b/libr/anal/p/anal_tms320.c @@ -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",