diff --git a/Src/Compilers/Core/Desktop/CommandLine/CommonCommandLineArguments.cs b/Src/Compilers/Core/Desktop/CommandLine/CommonCommandLineArguments.cs index 2dc16da9b21f4552a7cc6bb87545300e998ae8c4..324e9c16d2a082ba19edc57779a740a79e8af03e 100644 --- a/Src/Compilers/Core/Desktop/CommandLine/CommonCommandLineArguments.cs +++ b/Src/Compilers/Core/Desktop/CommandLine/CommonCommandLineArguments.cs @@ -163,12 +163,12 @@ public abstract class CommandLineArguments public ImmutableArray SourceFiles { get; internal set; } /// - /// Fule path of a log of file paths accessed by the compiler, or null if file logging should be suppressed. + /// Full path of a log of file paths accessed by the compiler, or null if file logging should be suppressed. /// /// /// Two log files will be created: /// One with path and extension ".read" logging the files read, - /// and second with path and extension ".write" logging the files written to during compilation. + /// and second with path and extension ".write" logging the files written to during compilation. /// public string TouchedFilesPath { get; internal set; }