post: cosmetic: fix typo

Change 'date' to 'data'.

Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>
This commit is contained in:
Niko Mauno 2016-11-23 14:52:32 +02:00 committed by Tom Rini
parent 83f9ecbe21
commit e2ee3014e8
1 changed files with 1 additions and 1 deletions

View File

@ -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;