aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/raminit_f.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2007-05-21 18:38:29 +0000
committerStefan Reinauer <stepan@openbios.org>2007-05-21 18:38:29 +0000
commitca7b4f5c494377fee2f885a65752f7b92d5ac2d6 (patch)
tree6ef3ec9d51c9789ab94fd87b433d89fbcdc16311 /src/northbridge/amd/amdk8/raminit_f.c
parentecad5df6b787ce3ce8e471fc7e836e4957b0f247 (diff)
fix some typos, clarify comments and drop dead code (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2682 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/amdk8/raminit_f.c')
-rw-r--r--src/northbridge/amd/amdk8/raminit_f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdk8/raminit_f.c b/src/northbridge/amd/amdk8/raminit_f.c
index ed282f5339..7a9dc60930 100644
--- a/src/northbridge/amd/amdk8/raminit_f.c
+++ b/src/northbridge/amd/amdk8/raminit_f.c
@@ -670,7 +670,7 @@ static int is_opteron(const struct mem_controller *ctrl)
{
/* Test to see if I am an Opteron.
* FIXME Testing dual channel capability is correct for now
- * but a beter test is probably required.
+ * but a better test is probably required.
* m2 and s1g1 support dual channel too. but only support unbuffered dimm
*/
#warning "FIXME implement a better test for opterons"