summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/d/dhead.swg2
-rw-r--r--Lib/d/dkw.swg2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/d/dhead.swg b/Lib/d/dhead.swg
index 3d502ffc7..5e8c7bc1d 100644
--- a/Lib/d/dhead.swg
+++ b/Lib/d/dhead.swg
@@ -162,7 +162,7 @@ private class SwigStringHelper {
static const(char)* createString(const(char*) cString) {
// We are effectively dup'ing the string here.
- // TODO: Is this also correct for D2/Phobos?
+ // TODO: Is this correct for D2/Phobos?
return std.string.toStringz(std.conv.to!string(cString));
}
}
diff --git a/Lib/d/dkw.swg b/Lib/d/dkw.swg
index 2a189ed64..b96d1fa6b 100644
--- a/Lib/d/dkw.swg
+++ b/Lib/d/dkw.swg
@@ -120,7 +120,7 @@ DKEYWORD(with);
DKEYWORD(wstring);
// Not really a keyword, but dispose() methods are generated in proxy classes
-// and it's a special method name for D1/Tango.
+// and it was a special method name for D1/Tango.
DKEYWORD(dispose);
#undef DKEYWORD