Index: src/ostreams.h |
diff --git a/src/ostreams.h b/src/ostreams.h |
index bd53aed8f753b9c18f15573060f570cfb3abd1d9..508a88d88698259ffb50d05db53ce9d620dd7251 100644 |
--- a/src/ostreams.h |
+++ b/src/ostreams.h |
@@ -130,8 +130,8 @@ struct AsReversiblyEscapedUC16 { |
}; |
-// Writes the given character to the output escaping everything outside |
-// of printable ASCII range. Additionally escapes '\' making escaping |
+// Writes the given character to the output escaping everything outside of |
+// printable/space ASCII range. Additionally escapes '\' making escaping |
// reversible. |
OStream& operator<<(OStream& os, const AsReversiblyEscapedUC16& c); |