debuggers.hg
changeset 19603:1afc1ded0ed7
xc_save: fixes typo in error message.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Wed Apr 22 13:46:50 2009 +0100 (2009-04-22) |
parents | cdc044f665dc |
children | c7d2f046aa29 |
files | tools/xcutils/xc_save.c |
line diff
1.1 --- a/tools/xcutils/xc_save.c Wed Apr 22 11:26:37 2009 +0100 1.2 +++ b/tools/xcutils/xc_save.c Wed Apr 22 13:46:50 2009 +0100 1.3 @@ -242,7 +242,7 @@ main(int argc, char **argv) 1.4 port = xs_suspend_evtchn_port(si.domid); 1.5 1.6 if (port < 0) 1.7 - warnx("faield to get the suspend evtchn port\n"); 1.8 + warnx("failed to get the suspend evtchn port\n"); 1.9 else 1.10 { 1.11 si.suspend_evtchn =