about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--absl/flags/marshalling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/marshalling.h b/absl/flags/marshalling.h
index 7a323729738e..f9e2959437a1 100644
--- a/absl/flags/marshalling.h
+++ b/absl/flags/marshalling.h
@@ -109,7 +109,7 @@
 //      case kPlainText: return "plaintext";
 //      case kHtml: return "html";
 //    }
-//    return absl::SimpleItoa(mode);
+//    return absl::StrCat(mode);
 //  }
 //
 // Notice that neither `AbslParseFlag()` nor `AbslUnparseFlag()` are class