summaryrefslogtreecommitdiffstats
path: root/NOTES.txt
diff options
context:
space:
mode:
authorKen Dyck <ken.dyck@onsemi.com>2009-11-13 18:50:18 +0000
committerKen Dyck <ken.dyck@onsemi.com>2009-11-13 18:50:18 +0000
commita85ce8a9cb14e4947074879ef42c33e8ac636266 (patch)
tree650f063c811ad954829988ca1fbc2177a2ea1d36 /NOTES.txt
parent2a1814a643810e24775d54a9888b54b92e7147ea (diff)
add missing slashes to separator line; also testing commit access
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'NOTES.txt')
-rw-r--r--NOTES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/NOTES.txt b/NOTES.txt
index c658fe96bd..dc7a9bc0e7 100644
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -50,7 +50,7 @@ TODO: File Manager Speedup:
//===---------------------------------------------------------------------===//
// Specifying targets: -triple and -arch
-===---------------------------------------------------------------------===//
+//===---------------------------------------------------------------------===//
The clang supports "-triple" and "-arch" options. At most one -triple and one
-arch option may be specified. Both are optional.