forked from qt-creator/qt-creator
Fix some typos
Change-Id: I3be73c2a4d256a0d28e863fd2517a4d7442b34d8 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -197,7 +197,7 @@ void TranslationUnit::tokenize()
|
||||
if (tk.is(T_TILDE)) {
|
||||
lex(&tk);
|
||||
|
||||
// Get the total number of generated tokens and specifiy "null"
|
||||
// Get the total number of generated tokens and specify "null"
|
||||
// information for them.
|
||||
unsigned totalGenerated =
|
||||
static_cast<unsigned>(strtoul(tk.spell(), 0, 0));
|
||||
|
||||
Reference in New Issue
Block a user