summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-05-02 23:06:31 +0000
committerwtc%google.com <devnull@localhost>2008-05-02 23:06:31 +0000
commit00a6f0952dabddaa23ec8f166952ec4dbb98155f (patch)
tree04a490677ea8342e3c81aa7a8d84cb97de63383f
parent52c23024d7746786d0da3cab148d805b872d6e48 (diff)
downloadnspr-hg-00a6f0952dabddaa23ec8f166952ec4dbb98155f.tar.gz
Bug 330720: more comment cleanup. r=mozilla@weilbacher.org.
Modified files:_os2.h prlog.c
-rw-r--r--pr/include/md/_os2.h2
-rw-r--r--pr/src/io/prlog.c11
2 files changed, 2 insertions, 11 deletions
diff --git a/pr/include/md/_os2.h b/pr/include/md/_os2.h
index 059678c1..64e8e5f8 100644
--- a/pr/include/md/_os2.h
+++ b/pr/include/md/_os2.h
@@ -159,7 +159,7 @@ struct _MDNotified {
};
struct _MDLock {
- HMTX mutex; /* this is recursive on NT */
+ HMTX mutex;
/*
* When notifying cvars, there is no point in actually
diff --git a/pr/src/io/prlog.c b/pr/src/io/prlog.c
index ecb90b75..4728a6a9 100644
--- a/pr/src/io/prlog.c
+++ b/pr/src/io/prlog.c
@@ -21,6 +21,7 @@
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
+ * IBM Corporation
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
@@ -36,16 +37,6 @@
*
* ***** END LICENSE BLOCK ***** */
-/*
- * Contributors:
- *
- * This Original Code has been modified by IBM Corporation.
- * Modifications made by IBM described herein are
- * Copyright (c) International Business Machines Corporation, 2000.
- * Modifications to Mozilla code or documentation identified per
- * MPL Section 3.3
- */
-
#include "primpl.h"
#include "prenv.h"
#include "prprf.h"