fix misspelling in .clang-format
authorEric Fiselier <eric@efcs.ca>
Fri, 9 Dec 2016 03:18:45 +0000 (03:18 +0000)
committerEric Fiselier <eric@efcs.ca>
Fri, 9 Dec 2016 03:18:45 +0000 (03:18 +0000)
llvm-svn: 289178

libcxx/.clang-format

index 5fbd330..b708c81 100644 (file)
@@ -7,5 +7,5 @@ AlwaysBreakTemplateDeclarations: true
 
 # Disable formatting options which may break tests.
 SortIncludes: false
-ReflowCommends: false
+ReflowComments: false
 ---