diff --git a/stand/common/nvstore.c b/stand/common/nvstore.c index 3cdb094c858..cf80151f2c0 100644 --- a/stand/common/nvstore.c +++ b/stand/common/nvstore.c @@ -29,7 +29,7 @@ * nvstore is abstraction layer to implement data read/write to different * types of non-volatile storage. * - * Provides cli command 'nvostre' + * Provides cli command 'nvstore' */ #include "stand.h"