aboutsummaryrefslogtreecommitdiff
path: root/target-alpha
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-04-07 09:23:37 +0200
committerBlue Swirl <blauwirbel@gmail.com>2012-04-07 13:58:25 +0000
commit6576b74b0ba068f252cc23c5a541c59621270483 (patch)
tree47510209823790c319e808436efbe74cb9c55a7b /target-alpha
parent071c93945825dcf8b8ec0d81f09e631d7c96142d (diff)
Replace Qemu by QEMU in internal documentation
The official spelling is QEMU. Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-alpha')
-rw-r--r--target-alpha/STATUS2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/STATUS b/target-alpha/STATUS
index 742e370b90..6c9744569e 100644
--- a/target-alpha/STATUS
+++ b/target-alpha/STATUS
@@ -4,7 +4,7 @@ Alpha emulation structure:
cpu.h : CPU definitions globally exported
exec.h : CPU definitions used only for translated code execution
helper.c : helpers that can be called either by the translated code
- or the Qemu core, including the exception handler.
+ or the QEMU core, including the exception handler.
op_helper.c : helpers that can be called only from TCG
helper.h : TCG helpers prototypes
translate.c : Alpha instructions to micro-operations translator