Cleanup for Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code
for reference.

Bug: 161896447
Test: atest
Change-Id: If9d909d7d5382a80a27fd772d0f121c8a5fe9299
diff --git a/logging.cpp b/logging.cpp
index 5bd21da..a0dd5f9 100644
--- a/logging.cpp
+++ b/logging.cpp
@@ -385,8 +385,8 @@
         case 'f':
           SetMinimumLogSeverity(FATAL_WITHOUT_ABORT);
           continue;
-        // liblog will even suppress FATAL if you say 's' for silent, but that's
-        // crazy!
+        // liblog will even suppress FATAL if you say 's' for silent, but fatal should
+        // never be suppressed.
         case 's':
           SetMinimumLogSeverity(FATAL_WITHOUT_ABORT);
           continue;