Skip to content

Commit 94b695a

Browse files
authored
[CoreDdoc] Fix 2 version typos (dlang#22682)
1 parent ce0ee3b commit 94b695a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

druntime/src/core/memory.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private
141141
extern (C) GC.ProfileStats gc_profileStats ( ) nothrow @nogc @safe;
142142
}
143143

144-
version (CoreDoc)
144+
version (CoreDdoc)
145145
{
146146
/**
147147
* The minimum size of a system page in bytes.

druntime/src/core/sys/darwin/crt_externs.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
module core.sys.darwin.crt_externs;
1010

11-
version (CoreDoc)
11+
version (CoreDdoc)
1212
{
1313
/**
1414
* In reality this will be $(REF mach_header, core, sys, darwin, mach, loader)

0 commit comments

Comments
 (0)