]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/nonsec_virt.S
Use correct spelling of "U-Boot"
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / nonsec_virt.S
index 31d1c9e348410b137091f0b1c490762438163ac7..b7563edbe6bc0d81891abdd47f62f85b5a1be663 100644 (file)
@@ -37,7 +37,7 @@ _monitor_vectors:
 
 /*
  * secure monitor handler
- * U-boot calls this "software interrupt" in start.S
+ * U-Boot calls this "software interrupt" in start.S
  * This is executed on a "smc" instruction, we use a "smc #0" to switch
  * to non-secure state.
  * r0, r1, r2: passed to the callee