mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
conf: trivial typo fix
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
f9d06ebcef
commit
4a66ffade5
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* domain_conf.c: domain XML processing
|
* domain_conf.c: domain XML processing
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2013 Red Hat, Inc.
|
* Copyright (C) 2006-2014 Red Hat, Inc.
|
||||||
* Copyright (C) 2006-2008 Daniel P. Berrange
|
* Copyright (C) 2006-2008 Daniel P. Berrange
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
@ -2692,7 +2692,7 @@ virDomainDeviceInfoIterateInternal(virDomainDefPtr def,
|
|||||||
|
|
||||||
/* This switch statement is here to trigger compiler warning when adding
|
/* This switch statement is here to trigger compiler warning when adding
|
||||||
* a new device type. When you are adding a new field to the switch you
|
* a new device type. When you are adding a new field to the switch you
|
||||||
* also have to add a iteration statement above. Otherwise the switch
|
* also have to add an iteration statement above. Otherwise the switch
|
||||||
* statement has no real function here and should be optimized out by the
|
* statement has no real function here and should be optimized out by the
|
||||||
* compiler. */
|
* compiler. */
|
||||||
i = VIR_DOMAIN_DEVICE_LAST;
|
i = VIR_DOMAIN_DEVICE_LAST;
|
||||||
|
Loading…
Reference in New Issue
Block a user