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

Unified Diff: sql/recovery.h

Issue 2728223002: Fix function name in toplevel doc for recovery.h. (Closed)
Patch Set: Created 3 years, 10 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/recovery.h
diff --git a/sql/recovery.h b/sql/recovery.h
index e77a5d5f9fbc5cacfbe452cdb9df5f479dbd2e7f..efc69cbc837ff3f49ddddee3ba1cc2a9eecc1c45 100644
--- a/sql/recovery.h
+++ b/sql/recovery.h
@@ -25,8 +25,8 @@ namespace sql {
// either case, the original handle is poisoned so that operations on the stack
// do not accidentally disrupt the restored data.
//
-// RecoverDatabaseOrRaze() automates this, including recoverying the schema of
-// from the suspect database. If a database requires special handling, such as
+// RecoverDatabase() automates this, including recoverying the schema of from
+// the suspect database. If a database requires special handling, such as
// recovering between different schema, or tables requiring post-processing,
// then the module can be used manually like:
//
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698