Fix grammar in ModuleSnapshot::DebugFileName() documentation

Change-Id: Id3a9b5c1167e0d2a734af07f1f04e8c76f183c98
Reviewed-on: https://chromium-review.googlesource.com/368040
Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
Mark Mentovai 2016-08-10 21:57:57 -04:00
parent 073ce275e0
commit 93485b2ccb

View File

@ -152,8 +152,8 @@ class ModuleSnapshot {
//!
//! On Windows, this references the PDB file, which contains symbol
//! information held separately from the module itself. On other platforms,
//! this is normally just be the basename of the module, because the debug
//! info files name is not relevant even in split-debug scenarios.
//! this is normally the basename of the module, because the debug info files
//! name is not relevant even in split-debug scenarios.
//!
//! \sa UUIDAndAge()
virtual std::string DebugFileName() const = 0;