Fix typos.
[oota-llvm.git] / include / llvm / ADT / SparseSet.h
index b9928b9bb6600be070dfb7bfa4b95e2a9cee1b1c..7801d8d9bd1377881deb295ce0b6a258fc5948c4 100644 (file)
@@ -9,7 +9,7 @@
 //
 // This file defines the SparseSet class derived from the version described in
 // Briggs, Torczon, "An efficient representation for sparse sets", ACM Letters
-// on Programming Languages and Systems, Volume 2 Issue 1-4, MarchDec.  1993.
+// on Programming Languages and Systems, Volume 2 Issue 1-4, March-Dec.  1993.
 //
 // A sparse set holds a small number of objects identified by integer keys from
 // a moderately sized universe. The sparse set uses more memory than other