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

Unified Diff: util/file/file_seeker.h

Issue 1278423002: Fix a few pieces of documentation (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 4 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 | « snapshot/win/process_reader_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/file/file_seeker.h
diff --git a/util/file/file_seeker.h b/util/file/file_seeker.h
index 1b32e104588b1bdbe1987fa3da10a24686d08944..a7cff908079e0430b72636ee0f81cacc0decc831 100644
--- a/util/file/file_seeker.h
+++ b/util/file/file_seeker.h
@@ -23,10 +23,10 @@ namespace crashpad {
//! semantics matching the underlying platform (POSIX or Windows).
class FileSeekerInterface {
public:
- //! \brief Wraps LoggingFileSeek() or provides an alternate implementation
+ //! \brief Wraps LoggingSeekFile() or provides an alternate implementation
//! with identical semantics.
//!
- //! \return The return value of LoggingFileSeek(). `-1` on failure,
+ //! \return The return value of LoggingSeekFile(). `-1` on failure,
//! with an error message logged.
virtual FileOffset Seek(FileOffset offset, int whence) = 0;
« no previous file with comments | « snapshot/win/process_reader_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698