summaryrefslogtreecommitdiff
path: root/clang/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
commit8d6d4b84e23c7b34e60bed87635cc0e7067ddda5 (patch)
tree5bc33dddca5c58e8148e3c9d765a6f47359e5342 /clang/NOTES.txt
parenta03b5b44fcb08d492c73aa81d35330ff9f7a8142 (diff)
downloadllvm-8d6d4b84e23c7b34e60bed87635cc0e7067ddda5.tar.gz
add missing slashes to separator line; also testing commit access
llvm-svn: 88675
Diffstat (limited to 'clang/NOTES.txt')
-rw-r--r--clang/NOTES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/NOTES.txt b/clang/NOTES.txt
index c658fe96bdfb..dc7a9bc0e754 100644
--- a/clang/NOTES.txt
+++ b/clang/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.