From 8c188a6c783989f77174e0c88ef9061faad3d06a Mon Sep 17 00:00:00 2001 From: Chris Mumford Date: Tue, 14 May 2019 10:57:51 -0700 Subject: [PATCH] Minor typo fix in README. PiperOrigin-RevId: 248170160 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d3a2ac..b4d40f5 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ In particular: - Snappy uses 64-bit operations in several places to process more data at once than would otherwise be possible. - - Snappy assumes unaligned 32- and 64-bit loads and stores are cheap. + - Snappy assumes unaligned 32 and 64-bit loads and stores are cheap. On some platforms, these must be emulated with single-byte loads and stores, which is much slower. - Snappy assumes little-endian throughout, and needs to byte-swap data in