| Index: src/platform-solaris.cc
|
| diff --git a/src/platform-solaris.cc b/src/platform-solaris.cc
|
| index 5afa7c56746b26fe63ca582aabea6d86fa232ce8..4d910d47ad0abe78c7f80f1bbebf8d376c11665c 100644
|
| --- a/src/platform-solaris.cc
|
| +++ b/src/platform-solaris.cc
|
| @@ -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."
|
|
|