]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnuma.c: Fix some comments
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 2 Jun 2014 10:05:28 +0000 (12:05 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 3 Jun 2014 06:58:24 +0000 (08:58 +0200)
commit3dd23b6106c848a63e5976ecd342d04de6a1d613
tree4b555a587eedcee11de2d1db170264690d0e782f
parent5a2bd4c9171d65a7d2ce836bff5047bccddf10f0
virnuma.c: Fix some comments

In 9dd02965 the virNumaGetNodeMemory was introduced, however the
comment describing the function mentions virNumaGetNodeMemorySize.
And there's one typo in virNumaIsAvailable() description.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virnuma.c