[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:12:28 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1c95e06d9c588581d98ac704013b5ffe72c5c0a3
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue May 14 02:56:45 2002 +0000

    	* kjs/value.h: Fix comment typos.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1140 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 1e8bb03..d60aac3 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-13  Darin Adler  <darin at apple.com>
+
+	* kjs/value.h: Fix comment typos.
+
 === JavaScriptCore-4 ===
 
 2002-05-10  Maciej Stachowiak  <mjs at apple.com>
diff --git a/JavaScriptCore/ChangeLog-2002-12-03 b/JavaScriptCore/ChangeLog-2002-12-03
index 1e8bb03..d60aac3 100644
--- a/JavaScriptCore/ChangeLog-2002-12-03
+++ b/JavaScriptCore/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-05-13  Darin Adler  <darin at apple.com>
+
+	* kjs/value.h: Fix comment typos.
+
 === JavaScriptCore-4 ===
 
 2002-05-10  Maciej Stachowiak  <mjs at apple.com>
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 1e8bb03..d60aac3 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,7 @@
+2002-05-13  Darin Adler  <darin at apple.com>
+
+	* kjs/value.h: Fix comment typos.
+
 === JavaScriptCore-4 ===
 
 2002-05-10  Maciej Stachowiak  <mjs at apple.com>
diff --git a/JavaScriptCore/kjs/value.h b/JavaScriptCore/kjs/value.h
index 25b76c0..000c554 100644
--- a/JavaScriptCore/kjs/value.h
+++ b/JavaScriptCore/kjs/value.h
@@ -95,10 +95,10 @@ namespace KJS {
     virtual ~ValueImp();
 
 #ifdef APPLE_CHANGES
-    // The collecter lock is not locked around the ref() and unref()
+    // The collector lock is not locked around the ref() and unref()
     // methods for the following reasons:
     //
-    // - The only cases where chaging the refcount could possibly
+    // - The only cases where changing the refcount could possibly
     // affect the collector's behavior is incrementing from 0 to 1,
     // and decrementing from 1 to 0.
     //

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list