Revision: 18843
Author:   [email protected]
Date:     Mon Jan 27 06:36:10 2014 UTC
Log:      Fix minor typos in platform-*.cc

[email protected]

Review URL: https://codereview.chromium.org/146793002

Patch from Cosmin Truta <[email protected]>.
http://code.google.com/p/v8/source/detail?r=18843

Modified:
 /branches/bleeding_edge/src/platform-cygwin.cc
 /branches/bleeding_edge/src/platform-freebsd.cc
 /branches/bleeding_edge/src/platform-linux.cc
 /branches/bleeding_edge/src/platform-macos.cc
 /branches/bleeding_edge/src/platform-openbsd.cc
 /branches/bleeding_edge/src/platform-posix.cc
 /branches/bleeding_edge/src/platform-solaris.cc
 /branches/bleeding_edge/src/platform-win32.cc

=======================================
--- /branches/bleeding_edge/src/platform-cygwin.cc Tue Jan 14 09:57:05 2014 UTC +++ /branches/bleeding_edge/src/platform-cygwin.cc Mon Jan 27 06:36:10 2014 UTC
@@ -25,8 +25,8 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Platform specific code for Cygwin goes here. For the POSIX comaptible parts
-// the implementation is in platform-posix.cc.
+// Platform-specific code for Cygwin goes here. For the POSIX-compatible
+// parts, the implementation is in platform-posix.cc.

 #include <errno.h>
 #include <pthread.h>
=======================================
--- /branches/bleeding_edge/src/platform-freebsd.cc Tue Jan 14 09:57:05 2014 UTC +++ /branches/bleeding_edge/src/platform-freebsd.cc Mon Jan 27 06:36:10 2014 UTC
@@ -25,8 +25,8 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Platform specific code for FreeBSD goes here. For the POSIX comaptible parts
-// the implementation is in platform-posix.cc.
+// Platform-specific code for FreeBSD goes here. For the POSIX-compatible
+// parts, the implementation is in platform-posix.cc.

 #include <pthread.h>
 #include <semaphore.h>
=======================================
--- /branches/bleeding_edge/src/platform-linux.cc Tue Jan 14 14:00:29 2014 UTC +++ /branches/bleeding_edge/src/platform-linux.cc Mon Jan 27 06:36:10 2014 UTC
@@ -25,8 +25,8 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Platform specific code for Linux goes here. For the POSIX comaptible parts
-// the implementation is in platform-posix.cc.
+// Platform-specific code for Linux goes here. For the POSIX-compatible
+// parts, the implementation is in platform-posix.cc.

 #include <pthread.h>
 #include <semaphore.h>
=======================================
--- /branches/bleeding_edge/src/platform-macos.cc Tue Jan 14 09:57:05 2014 UTC +++ /branches/bleeding_edge/src/platform-macos.cc Mon Jan 27 06:36:10 2014 UTC
@@ -25,8 +25,8 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Platform specific code for MacOS goes here. For the POSIX comaptible parts
-// the implementation is in platform-posix.cc.
+// Platform-specific code for MacOS goes here. For the POSIX-compatible
+// parts, the implementation is in platform-posix.cc.

 #include <dlfcn.h>
 #include <unistd.h>
=======================================
--- /branches/bleeding_edge/src/platform-openbsd.cc Tue Jan 14 09:57:05 2014 UTC +++ /branches/bleeding_edge/src/platform-openbsd.cc Mon Jan 27 06:36:10 2014 UTC
@@ -25,8 +25,8 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Platform specific code for OpenBSD and NetBSD goes here. For the POSIX
-// comaptible parts the implementation is in platform-posix.cc.
+// Platform-specific code for OpenBSD and NetBSD goes here. For the
+// POSIX-compatible parts, the implementation is in platform-posix.cc.

 #include <pthread.h>
 #include <semaphore.h>
=======================================
--- /branches/bleeding_edge/src/platform-posix.cc Tue Jan 14 09:57:05 2014 UTC +++ /branches/bleeding_edge/src/platform-posix.cc Mon Jan 27 06:36:10 2014 UTC
@@ -25,9 +25,9 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Platform specific code for POSIX goes here. This is not a platform on its -// own but contains the parts which are the same across POSIX platforms Linux,
-// Mac OS, FreeBSD and OpenBSD.
+// Platform-specific code for POSIX goes here. This is not a platform on its +// own, but contains the parts which are the same across the POSIX platforms
+// Linux, MacOS, FreeBSD, OpenBSD, NetBSD and QNX.

 #include <dlfcn.h>
 #include <pthread.h>
=======================================
--- /branches/bleeding_edge/src/platform-solaris.cc Tue Jan 14 09:57:05 2014 UTC +++ /branches/bleeding_edge/src/platform-solaris.cc Mon Jan 27 06:36:10 2014 UTC
@@ -25,8 +25,8 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Platform specific code for Solaris 10 goes here. For the POSIX comaptible
-// parts the implementation is in platform-posix.cc.
+// Platform-specific code for Solaris 10 goes here. For the POSIX-compatible
+// parts, the implementation is in platform-posix.cc.

 #ifdef __sparc
 # error "V8 does not support the SPARC CPU architecture."
=======================================
--- /branches/bleeding_edge/src/platform-win32.cc Wed Dec 18 11:27:18 2013 UTC +++ /branches/bleeding_edge/src/platform-win32.cc Mon Jan 27 06:36:10 2014 UTC
@@ -25,7 +25,7 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Platform specific code for Win32.
+// Platform-specific code for Win32.

 // Secure API functions are not available using MinGW with msvcrt.dll
 // on Windows XP. Make sure MINGW_HAS_SECURE_API is not defined to

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to