[llvm-commits] CVS: llvm/lib/System/Unix/README.txt
Reid Spencer
reid at x10sys.com
Thu Aug 26 00:43:43 PDT 2004
Changes in directory llvm/lib/System/Unix:
README.txt updated: 1.1 -> 1.2
---
Log message:
Fix a typo.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/System/Unix/README.txt
diff -u llvm/lib/System/Unix/README.txt:1.1 llvm/lib/System/Unix/README.txt:1.2
--- llvm/lib/System/Unix/README.txt:1.1 Thu Aug 26 00:58:20 2004
+++ llvm/lib/System/Unix/README.txt Thu Aug 26 02:43:33 2004
@@ -7,7 +7,7 @@
Unix - only code that is truly generic to all UNIX platforms
Posix - code that is specific to Posix variants of UNIX
- SUS - code that is specific to the Singule Unix Specification
+ SUS - code that is specific to the Single Unix Specification
SysV - code that is specific to System V variants of UNIX
As a rule, only those directories actually needing to be created should be
More information about the llvm-commits
mailing list