patch-2.4.3 linux/arch/s390x/tools/dasdfmt/dasdfmt.c
Next file: linux/arch/sh/kernel/sh_ksyms.c
Previous file: linux/arch/s390x/mm/fault.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Mar  2 11:12:06 2001
-  Orig file: 
v2.4.2/linux/arch/s390x/tools/dasdfmt/dasdfmt.c
-  Orig date: 
Wed Feb 21 18:20:15 2001
diff -u --recursive --new-file v2.4.2/linux/arch/s390x/tools/dasdfmt/dasdfmt.c linux/arch/s390x/tools/dasdfmt/dasdfmt.c
@@ -477,7 +477,7 @@
 
 	rc=stat(dev_name,&stat_buf);
 	if (rc) {
-		ERRMSG_EXIT(EXIT_FAILURE,"%s: error occured during stat: " \
+		ERRMSG_EXIT(EXIT_FAILURE,"%s: error occurred during stat: " \
 			"%s\n",prog_name,strerror(errno));
 	} else {
 		if (!S_ISBLK(stat_buf.st_mode))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)