Reviewers: Erik Corry, Message: Thanks for catching this.
Description: Fix extra slash typo in comment. Please review this at http://codereview.chromium.org/487007 Affected files: M src/serialize.cc Index: src/serialize.cc diff --git a/src/serialize.cc b/src/serialize.cc index 6ce51cbc7fde6fe41176df58ea20ffa4681d20a6..89e6df3b1cc4f514a782dd7ac03070e357af2445 100644 --- a/src/serialize.cc +++ b/src/serialize.cc @@ -1,4 +1,4 @@ -/// Copyright 2006-2008 the V8 project authors. All rights reserved. +// Copyright 2006-2008 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
