fix typo introduced by 90430791

Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com>
This commit is contained in:
Bamvor Jian Zhang 2013-04-25 20:17:43 +08:00 committed by Eric Blake
parent a553dbedb8
commit 0aeae5df5e
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ static int nodeDeviceClose(virConnectPtr conn ATTRIBUTE_UNUSED)
static virNodeDeviceDriver halNodeDeviceDriver = {
.name = "halNodeDeviceDriver",
.nodeDeviceOpen = nodeDeviceOpen, /* 0.5.0 */
.nodDeviceClose = nodDeviceClose, /* 0.5.0 */
.nodeDeviceClose = nodeDeviceClose, /* 0.5.0 */
.nodeNumOfDevices = nodeNumOfDevices, /* 0.5.0 */
.nodeListDevices = nodeListDevices, /* 0.5.0 */
.connectListAllNodeDevices = nodeListAllNodeDevices, /* 0.10.2 */