Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
         * Parse fault bundle, find potential used registers and mark
         * corresponding bits in reg_map and alias_map. These 2 bit maps
         * are used to find the scratch registers and determine if there
-        * is register alais.
+        * is register alias.
         */
        if (bundle & TILEGX_BUNDLE_MODE_MASK) {  /* Y Mode Bundle. */
 
        }
 
 
-       /* Read the bundle casued the exception! */
+       /* Read the bundle caused the exception! */
        pc = (tilegx_bundle_bits __user *)(regs->pc);
        if (get_user(bundle, pc) != 0) {
                /* Probably never be here since pc is valid user address.*/