Skip to content

Commit 42160c6

Browse files
author
Tony Tao
committed
remove trailing space
1 parent bd041f5 commit 42160c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/VirtualOutputBackends.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ static sys::fs::OpenFlags generateFlagsFromConfig(OutputConfig Config) {
260260
OF |= sys::fs::OF_TextWithCRLF;
261261
else if (Config.getText())
262262
OF |= sys::fs::OF_Text;
263-
// Don't pass OF_Append if writting to temporary since OF_Append is
263+
// Don't pass OF_Append if writting to temporary since OF_Append is
264264
// not Atomic Append
265265
if (Config.getAppend() && !Config.getAtomicWrite())
266266
OF |= sys::fs::OF_Append;

0 commit comments

Comments
 (0)