summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyndy Ishida <cyndy_ishida@apple.com>2023-12-21 13:57:30 -0800
committerCyndy Ishida <cyndy_ishida@apple.com>2023-12-21 14:59:14 -0800
commit38eea57e69a8a01e38e8dbc38614043a4553acb1 (patch)
tree17a64fb76ee18009b67a6c1a44d8b485945b874d
parentf70b229e9643ddb895d491b62a5ec0655917f6f8 (diff)
[ADT] fix grammatical typo in Twine.h docs, NFC
-rw-r--r--llvm/include/llvm/ADT/Twine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/Twine.h b/llvm/include/llvm/ADT/Twine.h
index 8dfbe4f72e07..1f1fd1967efb 100644
--- a/llvm/include/llvm/ADT/Twine.h
+++ b/llvm/include/llvm/ADT/Twine.h
@@ -37,7 +37,7 @@ namespace llvm {
/// A Twine is not intended for use directly and should not be stored, its
/// implementation relies on the ability to store pointers to temporary stack
/// objects which may be deallocated at the end of a statement. Twines should
- /// only be used accepted as const references in arguments, when an API wishes
+ /// only be used as const references in arguments, when an API wishes
/// to accept possibly-concatenated strings.
///
/// Twines support a special 'null' value, which always concatenates to form