update doc
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 15 May 2018 15:09:04 +0000 (08:09 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 15 May 2018 15:11:47 +0000 (08:11 -0700)
PiperOrigin-RevId: 196670274

tensorflow/contrib/lite/toco/format_port.h

index eb81e90..44e6684 100644 (file)
@@ -12,8 +12,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 ==============================================================================*/
-// This file is used to provide equivalents of internal util::format::FormatF
-// and util::format::AppendF. Unfortunately, type safety is not as good as a
+// This file is used to provide equivalents of internal absl::FormatF
+// and absl::StrAppendFormat. Unfortunately, type safety is not as good as a
 // a full C++ example.
 // TODO(aselle): When absl adds support for StrFormat, use that instead.
 #ifndef TENSORFLOW_CONTRIB_LITE_TOCO_FORMAT_PORT_H_