Commit 5758788c authored by Nathan Rogers's avatar Nathan Rogers Committed by Commit Bot

[platform] Spell Fuchsia correctly in comments

Change-Id: I7e73b1f9cd81c91b5399f1cd01eb3bd6766025d5
Reviewed-on: https://chromium-review.googlesource.com/c/1490601Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Commit-Queue: Nathan Rogers <nathanrogers@google.com>
Cr-Commit-Position: refs/heads/master@{#59893}
parent 4c60e6b6
...@@ -269,7 +269,7 @@ void* OS::GetRandomMmapAddr() { ...@@ -269,7 +269,7 @@ void* OS::GetRandomMmapAddr() {
return reinterpret_cast<void*>(raw_addr); return reinterpret_cast<void*>(raw_addr);
} }
// TODO(bbudge) Move Cygwin and Fuschia stuff into platform-specific files. // TODO(bbudge) Move Cygwin and Fuchsia stuff into platform-specific files.
#if !V8_OS_CYGWIN && !V8_OS_FUCHSIA #if !V8_OS_CYGWIN && !V8_OS_FUCHSIA
// static // static
void* OS::Allocate(void* address, size_t size, size_t alignment, void* OS::Allocate(void* address, size_t size, size_t alignment,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment