Fix common misspellings
[linux-block.git] / sound / pci / asihpi / hpi6000.c
index 3e3c2ef6efd855f8efc132c3a407c5d46bfe2489..8c8aac4c567ee45938049900d008d28935a55640 100644 (file)
@@ -423,7 +423,7 @@ static void subsys_create_adapter(struct hpi_message *phm,
 
        ao.priv = kzalloc(sizeof(struct hpi_hw_obj), GFP_KERNEL);
        if (!ao.priv) {
-               HPI_DEBUG_LOG(ERROR, "cant get mem for adapter object\n");
+               HPI_DEBUG_LOG(ERROR, "can't get mem for adapter object\n");
                phr->error = HPI_ERROR_MEMORY_ALLOC;
                return;
        }