diff options
author | Dongxue Zhang <elta.era@gmail.com> | 2012-12-11 22:28:28 +0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2013-01-01 11:50:02 +0100 |
commit | fe65a1fad6aa140769ffda31c34a109f7d2df101 (patch) | |
tree | 8d3572afb42224379e64eeb7c7d83710406385dc /target-mips | |
parent | 79eb8392db19a916f6a3277f7cd36fb22c2bdbaf (diff) |
Fix my email address
Fix my email address, last time it's wrong.
Signed-off-by: Dongxue Zhang <elta.era@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/dsp_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/dsp_helper.c b/target-mips/dsp_helper.c index ee0c8724c7..a33e2bf9fd 100644 --- a/target-mips/dsp_helper.c +++ b/target-mips/dsp_helper.c @@ -2,7 +2,7 @@ * MIPS ASE DSP Instruction emulation helpers for QEMU. * * Copyright (c) 2012 Jia Liu <proljc@gmail.com> - * Dongxue Zhang <elat.era@gmail.com> + * Dongxue Zhang <elta.era@gmail.com> * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either |