From 31aa864e8c068201d58aad3a8f82ddb51df11015 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 19 Oct 2012 18:47:57 +0000 Subject: Import ACPICA 20121018. --- source/compiler/aslwalks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/compiler/aslwalks.c') diff --git a/source/compiler/aslwalks.c b/source/compiler/aslwalks.c index d98806caa38a0..dce037e7706e3 100644 --- a/source/compiler/aslwalks.c +++ b/source/compiler/aslwalks.c @@ -566,7 +566,7 @@ AnMethodAnalysisWalkEnd ( /* * If there is a peer node after the return statement, then this * node is unreachable code -- i.e., it won't be executed because of - * the preceeding Return() statement. + * the preceding Return() statement. */ if (Op->Asl.Next) { -- cgit v1.2.3