Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/hermes/CompilerDriver/CompilerDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ enum CompileStatus {
InputFileError,
/// An output file could not be written.
OutputFileError,
/// An error occured during optimization.
/// An error occurred during optimization.
OptimizationFailed,
/// An error occured in the backend during/after IR lowering.
/// An error occurred in the backend during/after IR lowering.
BackendError,
};

Expand Down