diff options
author | 2010-11-25 14:48:08 +0100 | |
---|---|---|
committer | 2010-11-25 18:14:58 +0100 | |
commit | 5414d6b6ae011cce4de36760196b190e6dafa501 (patch) | |
tree | 7d65ca6597fd66084ed9bf400b128d8a3bfe0e61 /HACKING | |
parent | Fix host CPU counting on unusual NUMA topologies (diff) | |
download | libvirt-5414d6b6ae011cce4de36760196b190e6dafa501.tar.gz libvirt-5414d6b6ae011cce4de36760196b190e6dafa501.tar.bz2 libvirt-5414d6b6ae011cce4de36760196b190e6dafa501.zip |
doc: Fix spelling of virBufferVSprintf
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -508,7 +508,7 @@ Typical usage is as follows: ... virBufferAddLit(&buf, "<domain>\n"); - virBufferVSprint(&buf, " <memory>%d</memory>\n", memory); + virBufferVSprintf(&buf, " <memory>%d</memory>\n", memory); ... virBufferAddLit(&buf, "</domain>\n"); |