summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-30 19:25:00 +0000
committerpfg <pfg@FreeBSD.org>2016-05-30 19:25:00 +0000
commite5b01b052526db4070f920899c78f0dccc3911cc (patch)
tree8f8ec8ffdb29d5fab258a3f6b6caa3fcb984f382
parent525f16040f8dcb43125d00ca54cc67349155edda (diff)
downloadFreeBSD-src-e5b01b052526db4070f920899c78f0dccc3911cc.zip
FreeBSD-src-e5b01b052526db4070f920899c78f0dccc3911cc.tar.gz
libdevdctl: minor spelling fixes.
-rw-r--r--lib/libdevdctl/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdevdctl/event.h b/lib/libdevdctl/event.h
index 796029a..74ee3f7 100644
--- a/lib/libdevdctl/event.h
+++ b/lib/libdevdctl/event.h
@@ -170,7 +170,7 @@ public:
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 @@ protected:
* \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;
OpenPOWER on IntegriCloud