]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/staging/tidspbridge/rmgr/proc.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / tidspbridge / rmgr / proc.c
index c4e5c4e0d71c9e543eb21d5b6990a5eefed8232e..242dd139999674a900057a8ba5182d215149d351 100644 (file)
@@ -1670,7 +1670,7 @@ int proc_stop(void *hprocessor)
        if (!status) {
                dev_dbg(bridge, "%s: processor in standby mode\n", __func__);
                p_proc_object->proc_state = PROC_STOPPED;
-               /* Destory the Node Manager, msg_ctrl Manager */
+               /* Destroy the Node Manager, msg_ctrl Manager */
                if (!(dev_destroy2(p_proc_object->dev_obj))) {
                        /* Destroy the msg_ctrl by calling msg_delete */
                        dev_get_msg_mgr(p_proc_object->dev_obj, &hmsg_mgr);
@@ -1827,7 +1827,7 @@ static int proc_monitor(struct proc_object *proc_obj)
 
        /* This is needed only when Device is loaded when it is
         * already 'ACTIVE' */
-       /* Destory the Node Manager, msg_ctrl Manager */
+       /* Destroy the Node Manager, msg_ctrl Manager */
        if (!dev_destroy2(proc_obj->dev_obj)) {
                /* Destroy the msg_ctrl by calling msg_delete */
                dev_get_msg_mgr(proc_obj->dev_obj, &hmsg_mgr);