diff options
| author | Niko Mauno <[email protected]> | 2016-11-23 14:52:32 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-12-04 13:54:58 -0500 |
| commit | e2ee3014e845a1e2504c74086875839406aca022 (patch) | |
| tree | 1fb64003ce42ceec84e5b45c3f066a5c1e38ea2b | |
| parent | 83f9ecbe2190ddea2d6bb903e3361a013af913b3 (diff) | |
post: cosmetic: fix typo
Change 'date' to 'data'.
Signed-off-by: Tomas Melin <[email protected]>
| -rw-r--r-- | post/drivers/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/drivers/memory.c b/post/drivers/memory.c index d512fa5c084..89725fabbe5 100644 --- a/post/drivers/memory.c +++ b/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; |
