mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 17:11:44 +03:00
[cleanup] Fix a couple of typos.
This commit is contained in:
parent
934c67dc75
commit
3ec1a01e8a
2 changed files with 2 additions and 2 deletions
|
@ -1276,7 +1276,7 @@ int main(int argc, char **argv)
|
|||
// user perspective.
|
||||
//
|
||||
// Thus, if a library contained some functions in version(unittest), for
|
||||
// example the tests in std.concurrency, and we ended up inline-scannin
|
||||
// example the tests in std.concurrency, and we ended up inline-scanning
|
||||
// these functions while doing an -unittest build of a client application,
|
||||
// we could end up referencing functions that we think are
|
||||
// availableExternally, but have never been touched when the library was built.
|
||||
|
|
|
@ -273,7 +273,7 @@ public:
|
|||
gvar->setInitializer(initVal);
|
||||
gvar->setLinkage(llLinkage);
|
||||
|
||||
// Also set up the edbug info.
|
||||
// Also set up the debug info.
|
||||
irs->DBuilder.EmitGlobalVariable(gvar, decl);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue