Fix typos

Reviewed-by: thorbjorn
This commit is contained in:
Tobias Hunger
2010-01-11 10:22:55 +01:00
parent 443a0377b4
commit 592e494d1a
51 changed files with 92 additions and 90 deletions

View File

@@ -646,7 +646,7 @@ static QString formattedValue(const WatchData &data, int format)
reinterpret_cast<void *>(data.value.toULongLong(&ok, 0));
if (!ok || !addr)
return data.value;
// FIXME: add a round trip throught the debugger to prevent crashs?
// FIXME: add a round trip through the debugger to prevent crashs?
if (format == Latin1StringFormat)
return QString::fromLatin1(static_cast<const char *>(addr));
if (format == Local8BitStringFormat)