From a18501dae89c0ede2a208f8f72449e2357d2c88b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 23 May 2007 18:24:58 +0000 Subject: Unify mmap error messages in flashrom (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2690 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/82802ab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/flashrom/82802ab.c') diff --git a/util/flashrom/82802ab.c b/util/flashrom/82802ab.c index 9512c67a4f..199cf4d7ef 100644 --- a/util/flashrom/82802ab.c +++ b/util/flashrom/82802ab.c @@ -83,7 +83,7 @@ int probe_82802ab(struct flashchip *flash) fd_mem, (off_t) (0 - 0x400000 - size)); if (registers == MAP_FAILED) { // it's this part but we can't map it ... - perror("Error MMAP memory using " MEM_DEV); + perror("Can't mmap memory using " MEM_DEV); exit(1); } -- cgit v1.2.3