Fix typos in the Objects directory (GH-28766)

This commit is contained in:
Christian Clauss 2021-10-07 01:57:10 +02:00 committed by GitHub
parent db72e58ea5
commit 5f401f1040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 14 additions and 14 deletions

View file

@ -23,7 +23,7 @@ enum interactive_underflow_t {
/* Normal mode of operation: return a new token when asked in interactie mode */
IUNDERFLOW_NORMAL,
/* Forcefully return ENDMARKER when asked for a new token in interactive mode. This
* can be used to prevent the tokenizer to promt the user for new tokens */
* can be used to prevent the tokenizer to prompt the user for new tokens */
IUNDERFLOW_STOP,
};