diff --git a/src/objective-c/GRPCClient/private/version.h b/src/objective-c/GRPCClient/private/version.h
index 23b804a9dae655e1a9e415df662aba7bf07f8ecc..1ce35ebc83cabb8bfc31a710a5220f1d8c79acd4 100644
--- a/src/objective-c/GRPCClient/private/version.h
+++ b/src/objective-c/GRPCClient/private/version.h
@@ -31,10 +31,11 @@
  *
  */
 
-/* This file is autogenerated from a template file. Please make
- * modifications to
- * `templates/src/objective-c/GRPCClient/private/version.h.template`
- * instead. This file can be regenerated from the template by running
- * `tools/buildgen/generate_projects.sh`. */
+// This file is autogenerated from a template file. Please make
+// modifications to
+// `templates/src/objective-c/GRPCClient/private/version.h.template`
+// instead. This file can be regenerated from the template by running
+// `tools/buildgen/generate_projects.sh`.
+
 
 #define GRPC_OBJC_VERSION_STRING @"1.1.0-pre1"
diff --git a/templates/src/objective-c/GRPCClient/private/version.h.template b/templates/src/objective-c/GRPCClient/private/version.h.template
index 5f41379a064fd620227a9f0a5f0b95b10b58ed52..1d10692788e64db8aaa67e59997d32b794154810 100644
--- a/templates/src/objective-c/GRPCClient/private/version.h.template
+++ b/templates/src/objective-c/GRPCClient/private/version.h.template
@@ -33,10 +33,11 @@
    *
    */
 
-  /* This file is autogenerated from a template file. Please make
-   * modifications to
-   * `templates/src/objective-c/GRPCClient/private/version.h.template`
-   * instead. This file can be regenerated from the template by running
-   * `tools/buildgen/generate_projects.sh`. */
+  // This file is autogenerated from a template file. Please make
+  // modifications to
+  // `templates/src/objective-c/GRPCClient/private/version.h.template`
+  // instead. This file can be regenerated from the template by running
+  // `tools/buildgen/generate_projects.sh`.
+
 
   #define GRPC_OBJC_VERSION_STRING @"${settings.version}"