Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: sql/statement.h

Issue 8966003: Update webdata files to take advantage of DLOG(FATAL) in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sql/statement.h
diff --git a/sql/statement.h b/sql/statement.h
index 97fdb5efd99644e8329d4afd5f1d3f81b8ccb570..c7e2c40542f90f00b71c5a84d31ea5a89e4c82d4 100644
--- a/sql/statement.h
+++ b/sql/statement.h
@@ -58,7 +58,7 @@ class SQL_EXPORT Statement {
// Returns true if the statement can be executed. All functions can still
// be used if the statement is invalid, but they will return failure or some
// default value. This is because the statement can become invalid in the
- // middle of executing a command if there is a serioud error and the database
+ // middle of executing a command if there is a serious error and the database
// has to be reset.
bool is_valid() const { return ref_->is_valid(); }

Powered by Google App Engine
This is Rietveld 408576698