| Index: src/platform-openbsd.cc
|
| ===================================================================
|
| --- src/platform-openbsd.cc (revision 10404)
|
| +++ src/platform-openbsd.cc (working copy)
|
| @@ -99,7 +99,7 @@
|
| }
|
|
|
|
|
| -void OS::Setup() {
|
| +void OS::SetUp() {
|
| // Seed the random number generator. We preserve microsecond resolution.
|
| uint64_t seed = Ticks() ^ (getpid() << 16);
|
| srandom(static_cast<unsigned int>(seed));
|
| @@ -312,7 +312,7 @@
|
| }
|
| LOG(isolate, SharedLibraryEvent(lib_name, start, end));
|
| } else {
|
| - // Entry not describing executable data. Skip to end of line to setup
|
| + // Entry not describing executable data. Skip to end of line to set up
|
| // reading the next entry.
|
| do {
|
| c = getc(fp);
|
|
|