From 295952db8ea4745850e02b4977e9b85a25341338 Mon Sep 17 00:00:00 2001 From: Jon Ross-Perkins Date: Tue, 22 Oct 2024 09:23:46 -0700 Subject: [PATCH] Update toolchain/lex/tokenized_buffer.h Co-authored-by: Geoff Romer --- toolchain/lex/tokenized_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/lex/tokenized_buffer.h b/toolchain/lex/tokenized_buffer.h index 1800f4422c9b9..87c5cc2a50e35 100644 --- a/toolchain/lex/tokenized_buffer.h +++ b/toolchain/lex/tokenized_buffer.h @@ -170,7 +170,7 @@ class TokenizedBuffer : public Printable { auto GetCommentText(CommentIndex comment_index) const -> llvm::StringRef; // Returns tokens as YAML. This prints the tracked token information on a - // single line. We use the single-line format so that output is compact, and + // single line for each token. We use the single-line format so that output is compact, and // so that tools like `grep` are compatible. // // An example token looks like: