Browse Source

post: cosmetic: fix typo

Change 'date' to 'data'.

Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>
Niko Mauno 7 years ago
parent
commit
e2ee3014e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      post/drivers/memory.c

+ 1 - 1
post/drivers/memory.c

@@ -234,7 +234,7 @@ static int memory_post_dataline(unsigned long long * pmem)
 			hi = (temp64>>32) & 0xffffffff;
 			lo = temp64 & 0xffffffff;
 
-			post_log("Memory (date line) error at %08x, "
+			post_log("Memory (data line) error at %08x, "
 				  "wrote %08x%08x, read %08x%08x !\n",
 					  pmem, pathi, patlo, hi, lo);
 			ret = -1;