summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-04-30 17:52:44 +0000
committerElliott Hughes <enh@google.com>2024-04-30 17:52:44 +0000
commit987e9ecd1f47c11dc74b799ac60e364811636705 (patch)
tree667c02da1d9e682f2e330f37302b842b5fce6a1b
parent96815e759b68f06c74b3f83eb06696fca1dfb4d2 (diff)
downloadlogging-main.tar.gz
Change-Id: I989fcd8fd6c523f8d5b2c58229095402692ee63a
-rw-r--r--liblog/include/log/log_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblog/include/log/log_main.h b/liblog/include/log/log_main.h
index 3e977ef2..0cb7dd78 100644
--- a/liblog/include/log/log_main.h
+++ b/liblog/include/log/log_main.h
@@ -27,7 +27,7 @@ __BEGIN_DECLS
/*
* Normally we strip the effects of ALOGV (VERBOSE messages),
* LOG_FATAL and LOG_FATAL_IF (FATAL assert messages) from the
- * release builds be defining NDEBUG. You can modify this (for
+ * release builds by defining NDEBUG. You can modify this (for
* example with "#define LOG_NDEBUG 0" at the top of your source
* file) to change that behavior.
*/