Skip to content

Commit 94d8e78

Browse files
committed
[ADT] fix grammatical typo in Twine.h docs, NFC
(cherry picked from commit 38eea57)
1 parent 1cd3f84 commit 94d8e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/Twine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace llvm {
3737
/// A Twine is not intended for use directly and should not be stored, its
3838
/// implementation relies on the ability to store pointers to temporary stack
3939
/// objects which may be deallocated at the end of a statement. Twines should
40-
/// only be used accepted as const references in arguments, when an API wishes
40+
/// only be used as const references in arguments, when an API wishes
4141
/// to accept possibly-concatenated strings.
4242
///
4343
/// Twines support a special 'null' value, which always concatenates to form

0 commit comments

Comments
 (0)