svn commit: r301001 - head/lib/libdevdctl

Pedro F. Giffuni pfg at FreeBSD.org
Mon May 30 19:25:02 UTC 2016


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;
 


More information about the svn-src-head mailing list