diff --git a/src/google/protobuf/io/printer.cc b/src/google/protobuf/io/printer.cc index 5e58b15fb0..fea055ab78 100644 --- a/src/google/protobuf/io/printer.cc +++ b/src/google/protobuf/io/printer.cc @@ -1,5 +1,5 @@ // Protocol Buffers - Google's data interchange format -// Copyright 2008 Google Inc. All rights reserved. +// Copyright 2024 Google LLC. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file or at diff --git a/src/google/protobuf/io/printer.h b/src/google/protobuf/io/printer.h index c64c479b9d..1d75b1a2a2 100644 --- a/src/google/protobuf/io/printer.h +++ b/src/google/protobuf/io/printer.h @@ -1,5 +1,5 @@ // Protocol Buffers - Google's data interchange format -// Copyright 2008 Google Inc. All rights reserved. +// Copyright 2024 Google LLC. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file or at @@ -149,12 +149,12 @@ class AnnotationProtoCollector : public AnnotationCollector { // A source code printer for assisting in code generation. // -// This type implements a simple templating language for substiting variables +// This type implements a simple templating language for substituting variables // into static, user-provided strings, and also tracks indentation // automatically. // // The main entry-point for this type is the Emit function, which can be used -// thus: +// as thus: // // Printer p(output); // p.Emit({{"class", my_class_name}}, R"cc(