]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/include/asm/dec/prom.h
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[karo-tx-linux.git] / arch / mips / include / asm / dec / prom.h
index b9c8203688d5cd3ac8e1fc8a865f5f194fd98439..c0ead63138453c04d3b20918fbcfb1e1c02c5c3c 100644 (file)
@@ -108,7 +108,7 @@ extern int (*__pmax_close)(int);
 
 /*
  * On MIPS64 we have to call PROM functions via a helper
- * dispatcher to accomodate ABI incompatibilities.
+ * dispatcher to accommodate ABI incompatibilities.
  */
 #define __DEC_PROM_O32(fun, arg) fun arg __asm__(#fun); \
                                 __asm__(#fun " = call_o32")