[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

barraclough at apple.com barraclough at apple.com
Mon Dec 27 16:28:15 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 35fd80ba420b22e0d68f6adf54f201842816b581
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 21 23:56:22 2010 +0000

    Ooops, fixed typo in comment.
    
    * wtf/OSAllocator.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74432 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index c8f9218..cf3d463 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-21  Gavin Barraclough  <barraclough at apple.com>
+
+        Ooops, fixed typo in comment.
+
+        * wtf/OSAllocator.h:
+
 2010-12-21  Geoffrey Garen  <ggaren at apple.com>
 
         Reviewed by Gavin Barraclough & Oliver Hunt.
diff --git a/JavaScriptCore/wtf/OSAllocator.h b/JavaScriptCore/wtf/OSAllocator.h
index 49216f0..a50feb8 100644
--- a/JavaScriptCore/wtf/OSAllocator.h
+++ b/JavaScriptCore/wtf/OSAllocator.h
@@ -46,7 +46,7 @@ public:
     static void* reserveUncommitted(size_t, Usage = UnknownUsage, bool writable = true, bool executable = false);
     static void releaseDecommitted(void*, size_t);
 
-    // These methods are symmetric; tehy commit or decommit a region of VM (uncommitted VM should
+    // These methods are symmetric; they commit or decommit a region of VM (uncommitted VM should
     // never be accessed, since the OS may not have attached physical memory for these regions).
     // Clients should only call commit on uncommitted regions and decommit on committed regions.
     static void commit(void*, size_t, bool writable, bool executable);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list