From 63373edce006983d1e2aef7d71c1653ae337ed18 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 8 Jul 2013 16:24:19 -0600 Subject: device: Fix spelling Change-Id: I53a40d114aa2da76398c5b97443d4096809dcf36 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/3730 Reviewed-by: Ronald G. Minnich Reviewed-by: Paul Menzel Tested-by: Stefan Reinauer --- src/device/dram/ddr3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/device/dram/ddr3.c') diff --git a/src/device/dram/ddr3.c b/src/device/dram/ddr3.c index 6e3fc2a58d..d98de91956 100644 --- a/src/device/dram/ddr3.c +++ b/src/device/dram/ddr3.c @@ -55,7 +55,7 @@ int dimm_is_registered(enum spd_dimm_type type) * @ref dimm_attr structure. The SPD data must first be read in a contiguous * array, and passed to this function. * - * @param dimm pointer to @ref dimm_attr stucture where the decoded data is to + * @param dimm pointer to @ref dimm_attr structure where the decoded data is to * be stored * @param spd array of raw data previously read from the SPD. * @@ -309,7 +309,7 @@ int spd_decode_ddr3(dimm_attr * dimm, spd_raw_data spd) if (spd[63] & 0x01) { dimm->flags.pins_mirrored = 1; - printram(" DIMM Rank1 Address bits mirrorred!!!\n"); + printram(" DIMM Rank1 Address bits mirrored!!!\n"); } return ret; @@ -336,7 +336,7 @@ static void print_ns(const char *msg, u32 val) * Print info about the DIMM. Useful to use when CONFIG_DEBUG_RAM_SETUP is * selected, or for a purely informative output. * -* @param dimm pointer to already decoded @ref dimm_attr stucture +* @param dimm pointer to already decoded @ref dimm_attr structure */ void dram_print_spd_ddr3(const dimm_attr * dimm) { -- cgit v1.2.3