Merge "Remove chatty."

GitOrigin-RevId: 91ee112cfb69d63c5c02d55432e18452466cbf3b
Change-Id: Ic49afbccee63b6ab9ffd9b6f00573fcd783b2e6f
diff --git a/liblog/README.md b/liblog/README.md
index 74a2cd7..6b4c088 100644
--- a/liblog/README.md
+++ b/liblog/README.md
@@ -145,7 +145,7 @@
 is out of range.
 
 For the `-EAGAIN` return code, this means that the logging message was temporarily backed-up either
-because of Denial Of Service (DOS) logging pressure from some chatty application or service in the
+because of Denial Of Service (DOS) logging pressure from some spammy application or service in the
 Android system, or if too small of a value is set in /proc/sys/net/unix/max_dgram_qlen.  To aid in
 diagnosing the occurence of this, a binary event from liblog will be sent to the log daemon once a
 new message can get through indicating how many messages were dropped as a result.  Please take