Issue 108: comment typo fix
http://code.google.com/p/v8/issues/detail?id=108
Comment #2 by nicolas.alvarez:
Index: include/v8.h
===================================================================
--- include/v8.h (revision 448)
+++ include/v8.h (working copy)
@@ -78,7 +78,7 @@
// Setup for Linux shared library export. There is no need to destinguish
// neither between building or using the V8 shared library nor between
using
// the shared or static V8 library as there is on Windows. Therefore there
is
-// on checking of BUILDING_V8_SHARED and USING_V8_SHARED.
+// no checking of BUILDING_V8_SHARED and USING_V8_SHARED.
#if defined(__GNUC__) && (__GNUC__ >= 4)
#define EXPORT __attribute__ ((visibility("default")))
#define EXPORT_INLINE __attribute__ ((visibility("default")))
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---