Title: [277012] trunk
- Revision
- 277012
- Author
- [email protected]
- Date
- 2021-05-05 05:47:51 -0700 (Wed, 05 May 2021)
Log Message
Fix typo in comment in WebKitFeatures.cmake
https://bugs.webkit.org/show_bug.cgi?id=225392
Unreviewed.
Patch by Michael Catanzaro <[email protected]> on 2021-05-05
* Source/cmake/WebKitFeatures.cmake:
Modified Paths
Diff
Modified: trunk/ChangeLog (277011 => 277012)
--- trunk/ChangeLog 2021-05-05 09:49:44 UTC (rev 277011)
+++ trunk/ChangeLog 2021-05-05 12:47:51 UTC (rev 277012)
@@ -1,3 +1,12 @@
+2021-05-05 Michael Catanzaro <[email protected]>
+
+ Fix typo in comment in WebKitFeatures.cmake
+ https://bugs.webkit.org/show_bug.cgi?id=225392
+
+ Unreviewed.
+
+ * Source/cmake/WebKitFeatures.cmake:
+
2021-04-27 Don Olmstead <[email protected]>
[CMake] Don't use FORWARDING_HEADERS_DIR for GTK WebKit headers
Modified: trunk/Source/cmake/WebKitFeatures.cmake (277011 => 277012)
--- trunk/Source/cmake/WebKitFeatures.cmake 2021-05-05 09:49:44 UTC (rev 277011)
+++ trunk/Source/cmake/WebKitFeatures.cmake 2021-05-05 12:47:51 UTC (rev 277012)
@@ -68,7 +68,7 @@
# using RHEL), so the best we can do is guess based on based on the target CPU architecture. In
# practice, guessing works for all architectures except aarch64 (unless unusual page sizes are
# used), but it fails for aarch64 because distros are split between using 4 KB and 64 KB pages
-# there. Most distros (including Fedora) use 4 KB, but RHEL uses 16 KB. SUSE actually supports both.
+# there. Most distros (including Fedora) use 4 KB, but RHEL uses 64 KB. SUSE actually supports both.
# Since there is no way to guess correctly, the best we can do is provide an option for it. You
# should probably only use this if building for aarch64. Otherwise, known CPUs except PowerPC
# will use 4 KB, while PowerPC and unknown CPUs will use 64 KB (see wtf/PageBlock.h). aarch64 will
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes