Merge "log.h: Fix typo"
diff --git a/include/log/log.h b/include/log/log.h
index d95bf1a..99015db 100644
--- a/include/log/log.h
+++ b/include/log/log.h
@@ -548,7 +548,7 @@
  *        IF_ALOG as a convenient means to reimplement their policy
  *        over Android.
  */
-#if LOG_NDEBUG /* Production *?
+#if LOG_NDEBUG /* Production */
 #define android_testLog(prio, tag) \
     (__android_log_is_loggable(prio, tag, ANDROID_LOG_DEBUG) != 0)
 #else