public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kvm: libkvm: Fix typo in the documentation header
@ 2009-01-14 16:58 Amit Shah
  2009-01-15  9:39 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Amit Shah @ 2009-01-14 16:58 UTC (permalink / raw)
  To: avi; +Cc: kvm, Amit Shah

s/breif/brief

Signed-off-by: Amit Shah <amit.shah@redhat.com>
---
 libkvm/libkvm.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libkvm/libkvm.h b/libkvm/libkvm.h
index ee1ba68..bea5bb1 100644
--- a/libkvm/libkvm.h
+++ b/libkvm/libkvm.h
@@ -381,7 +381,7 @@ int kvm_setup_cpuid(kvm_context_t kvm, int vcpu, int nent,
 int kvm_set_shadow_pages(kvm_context_t kvm, unsigned int nrshadow_pages);
 
 /*!
- * \breif Getting the number of shadow pages that are allocated to the vm
+ * \brief Getting the number of shadow pages that are allocated to the vm
  *
  * \param kvm pointer to kvm_context
  * \param nrshadow_pages number of pages to be allocated
-- 
1.6.0.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-15  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14 16:58 [PATCH] kvm: libkvm: Fix typo in the documentation header Amit Shah
2009-01-15  9:39 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox