Skip to content

Commit 2881266

Browse files
committed
Fix module name typo: glocal -> gdag
1 parent 4f20f25 commit 2881266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dmd/backend/gdag.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/backend/gdag.d
1111
*/
1212

13-
module dmd.backend.glocal;
13+
module dmd.backend.gdag;
1414

1515
version (SCPP)
1616
version = COMPILE;

0 commit comments

Comments
 (0)