Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / drivers / scsi / aic7xxx / aicasm / aicasm_macro_gram.y
index ff46aa6..708326d 100644 (file)
@@ -115,7 +115,7 @@ macro_arglist:
 |      macro_arglist ',' T_ARG
        {
                if ($1 == 0) {
-                       stop("Comma without preceeding argument in arg list",
+                       stop("Comma without preceding argument in arg list",
                             EX_DATAERR);
                        /* NOTREACHED */
                }