]> git.llucax.com Git - software/dgc/naive.git/blobdiff - gc/arch.d
Compare pointers explicitly against null using is and !is
[software/dgc/naive.git] / gc / arch.d
index 9bf444467f326bc84d8af9b2a72c3c5e63fbd8cd..7e13511b4cabe588d91d9de19e7107c36a753b6b 100644 (file)
--- a/gc/arch.d
+++ b/gc/arch.d
@@ -18,7 +18,8 @@ package:
 /**
  * Small hack to define the string alias if not defined
  *
 /**
  * Small hack to define the string alias if not defined
  *
- * Tango don't define this alias in object.d, but Phobos 1 and 2 does.
+ * Tango doesn't define this alias in object.d, but Phobos (both 1 and 2)
+ * does.
  */
 /*
  * XXX: this (more general approach) doesn't work:
  */
 /*
  * XXX: this (more general approach) doesn't work: