Date: Mon, 30 May 2016 19:25:00 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r301001 - head/lib/libdevdctl Message-ID: <201605301925.u4UJP0cO026439@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605301925.u4UJP0cO026439>