Fix a typo in the erasurecode file

there is a spelling error,"instace" should be "instance"

Change-Id: Iddba9e334bf55cc1e7d5cb397db5f3dfc5aac584
This commit is contained in:
gengchc2 2016-08-30 14:49:18 +08:00
parent 89807c5aac
commit ec64eeb5b6
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ int liberasurecode_instance_destroy(int desc)
/* dlclose() backend library */
liberasurecode_backend_close(instance);
/* Remove instace from registry */
/* Remove instance from registry */
rc = liberasurecode_backend_instance_unregister(instance);
if (rc == 0) {
free(instance);