Author: pfg
Date: Mon May 30 19:25:00 2016
New Revision: 301001
URL: https://svnweb.freebsd.org/changeset/base/301001

Log:
  libdevdctl: minor spelling fixes.

Modified:
  head/lib/libdevdctl/event.h

Modified: head/lib/libdevdctl/event.h
==============================================================================
--- head/lib/libdevdctl/event.h Mon May 30 18:24:23 2016        (r301000)
+++ head/lib/libdevdctl/event.h Mon May 30 19:25:00 2016        (r301001)
@@ -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;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to