All of lore.kernel.org
 help / color / mirror / Atom feed
* typos
@ 2004-08-17  8:10 Borislav Petkov
  2004-08-17  8:30 ` typos Lee Revell
  0 siblings, 1 reply; 6+ messages in thread
From: Borislav Petkov @ 2004-08-17  8:10 UTC (permalink / raw)
  To: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 671 bytes --]

Hi there guys,
I've been pondering on posting about this for a long time but I guess
I'll just go and say it. I've been reading the lkml for about a year now
and, I don't know how important it is to you, but I think that typos in
the comments in the kernel sources really annoy those who really read
them in order to understand what's going on. Well, I'm one of them, and,
since the typos are really a lot, I thought that maybe fixing them would
be a good idea.
Here's a patch. Please, tell me if you don't want such noise on the list
but I think that, although not crucial, somewhat correct english in the
comments would be better, or?

Regards,
Boris



[-- Attachment #1.2: Type: text/x-patch, Size: 773 bytes --]

--- linux-2.6.8.1/ipc/sem.c.orig	2004-08-17 10:02:06.000000000 +0200
+++ linux-2.6.8.1/ipc/sem.c	2004-08-17 10:02:57.000000000 +0200
@@ -879,7 +879,7 @@ static inline void lock_semundo(void)
  * acquires the undo_list lock in lock_semundo().  If task2 now
  * exits before task1 releases the lock (by calling
  * unlock_semundo()), then task1 will never call spin_unlock().
- * This leave the sem_undo_list in a locked state.  If task1 now creats task3
+ * This leaves the sem_undo_list in a locked state.  If task1 now creates task3
  * and once again shares the sem_undo_list, the sem_undo_list will still be
  * locked, and future SEM_UNDO operations will deadlock.  This case is
  * dealt with in copy_semundo() by having it reinitialize the spin lock when 

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-08-17  9:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-17  8:10 typos Borislav Petkov
2004-08-17  8:30 ` typos Lee Revell
2004-08-17  8:41   ` typos Borislav Petkov
2004-08-17  8:44     ` typos Lee Revell
2004-08-17  9:17       ` typos David Greaves
2004-08-17  9:40         ` typos Borislav Petkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.