From owner-cvs-all Fri Apr 17 21:35:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA26148 for cvs-all-outgoing; Fri, 17 Apr 1998 21:35:34 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from conductor.synapse.net (conductor.synapse.net [199.84.54.18]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA26130 for ; Sat, 18 Apr 1998 04:35:29 GMT (envelope-from evanc@synapse.net) Received: (qmail 12391 invoked from network); 18 Apr 1998 04:35:26 -0000 Received: from cpu1970.adsl.bellglobal.com (HELO cello) (206.47.37.201) by conductor.synapse.net with SMTP; 18 Apr 1998 04:35:26 -0000 Message-ID: <010401bd6a83$68bb3040$c9252fce@cello.synapse.net> From: "Evan Champion" To: "Dag-Erling C. Smxf8rgrav" , "Peter Wemm" Cc: , , Subject: Re: cvs commit: src/sys/dev/dpt dpt_control.c src/sys/gnu/ext2fs... Date: Sat, 18 Apr 1998 00:35:26 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >What the hell??? I don't call this "fixing typos", as far as I can tell, >most of these changes have broken the correct usage. The grammar in the patch is correct. > /** > * Given a minor device number, >- * return the pointer to it's softc structure >+ * return the pointer to its softc structure > */ Let's expand: - * return the pointer to it is softc structure + * return the pointer to its softc structure Remember, "its" is a posessive, "it's" is a contraction for it is. Evan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message