summaryrefslogtreecommitdiff
path: root/yaffs_mtdif2.c
diff options
context:
space:
mode:
authorwookey <wookey>2006-04-25 00:41:43 +0000
committerwookey <wookey>2006-04-25 00:41:43 +0000
commit781662fbb93ffe509823a17779d9fbd41d343f18 (patch)
tree54bfd4e8bc7e371d8df02aadd10891be78244b75 /yaffs_mtdif2.c
parent06781c4ca96ccdf097952eb97fe86b8db87b84b0 (diff)
Fix a couple of mistakes in TRACE/Error messages. Update copyright date.
Diffstat (limited to '')
-rw-r--r--yaffs_mtdif2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/yaffs_mtdif2.c b/yaffs_mtdif2.c
index 5e9e91c..d3a6552 100644
--- a/yaffs_mtdif2.c
+++ b/yaffs_mtdif2.c
@@ -16,7 +16,7 @@
/* mtd interface for YAFFS2 */
const char *yaffs_mtdif2_c_version =
- "$Id: yaffs_mtdif2.c,v 1.10 2005-12-07 22:00:38 charles Exp $";
+ "$Id: yaffs_mtdif2.c,v 1.11 2006-04-25 00:41:43 wookey Exp $";
#include "yportenv.h"
@@ -90,7 +90,7 @@ int nandmtd2_ReadChunkWithTagsFromNAND(yaffs_Device * dev, int chunkInNAND,
T(YAFFS_TRACE_MTD,
(TSTR
- ("nandmtd2_ReadChunkWithTagsToNAND chunk %d data %p tags %p"
+ ("nandmtd2_ReadChunkWithTagsFromNAND chunk %d data %p tags %p"
TENDSTR), chunkInNAND, data, tags));
if (data && tags) {