[ADT] fix grammatical typo in Twine.h docs, NFC
GitOrigin-RevId: 38eea57e69a8a01e38e8dbc38614043a4553acb1
diff --git a/include/llvm/ADT/Twine.h b/include/llvm/ADT/Twine.h
index 8dfbe4f..1f1fd19 100644
--- a/include/llvm/ADT/Twine.h
+++ b/include/llvm/ADT/Twine.h
@@ -37,7 +37,7 @@
   /// 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