git clang-format
Created using spr 1.3.4
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp
index 28d51ea..9444aa7 100644
--- a/clang/lib/Driver/Driver.cpp
+++ b/clang/lib/Driver/Driver.cpp
@@ -380,7 +380,7 @@
// Avoid unused argument warnings when combining -S and -c.
DAL.ClaimAllArgs(options::OPT_c);
- // -c compilation only runs up to the assembler.
+ // -c compilation only runs up to the assembler.
} else if ((PhaseArg = DAL.getLastArg(options::OPT_c))) {
FinalPhase = phases::Assemble;