FOC/L4RE: Upstream revision 42

This commit is contained in:
Sebastian Sumpf
2013-01-14 12:18:53 +01:00
parent 808d228872
commit 34af60da11
364 changed files with 7500 additions and 5211 deletions

View File

@@ -225,7 +225,7 @@ public:
{ l4_vcpu_state_t::entry_ip = ip; }
/**
* \brief Allocate state area for an extented vCPU.
* \brief Allocate state area for an extended vCPU.
*
* \retval vcpu Allocated vcpu-state area.
* \retval ext_state Allocated extended vcpu-state area.
@@ -241,7 +241,7 @@ public:
L4::Cap<L4Re::Rm> rm = L4Re::Env::env()->rm()) throw();
/**
* \brief Cast a void ponter to a class pointer.
* \brief Cast a void pointer to a class pointer.
*
* \param x Pointer.
*

View File

@@ -200,7 +200,7 @@ int
l4vcpu_is_page_fault_entry(l4_vcpu_state_t *vcpu) L4_NOTHROW;
/**
* \brief Allocate state area for an extented vCPU.
* \brief Allocate state area for an extended vCPU.
* \ingroup api_libvcpu_ext
*
* \retval vcpu Allocated vcpu-state area.