X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2Ftest_spinlock.c;h=b86cd887c74bd4c10e8d64440d875f1d95c6a4c7;hb=98a7ea332ba3da0f74ec951595d36a616165b255;hp=2d94eecc21a99a299423002043d36b43886df864;hpb=eb0082450f8e6f5206c1ceaeb00f88f87663c19d;p=dpdk.git diff --git a/test/test/test_spinlock.c b/test/test/test_spinlock.c index 2d94eecc21..b86cd887c7 100644 --- a/test/test/test_spinlock.c +++ b/test/test/test_spinlock.c @@ -202,7 +202,7 @@ test_spinlock_perf(void) /* * Use rte_spinlock_trylock() to trylock a spinlock object, - * If it could not lock the object sucessfully, it would + * If it could not lock the object successfully, it would * return immediately and the variable of "count" would be * increased by one per times. the value of "count" could be * checked as the result later.