libdevdctl: minor spelling fixes.

This commit is contained in:
Pedro F. Giffuni 2016-05-30 19:25:00 +00:00
parent 3d48d25be7
commit c2b4f3c940
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301001

View file

@ -170,7 +170,7 @@ class Event
Type GetType() const;
/**
* Get the orginal DevdCtl event string for this event.
* Get the original DevdCtl event string for this event.
*
* \return The DevdCtl event string.
*/
@ -267,7 +267,7 @@ class Event
* \note Although stored by reference (since m_nvPairs can
* never be NULL), the NVPairMap referenced by this field
* is dynamically allocated and owned by this event object.
* m_nvPairs must be deleted at event desctruction.
* m_nvPairs must be deleted at event destruction.
*/
NVPairMap &m_nvPairs;