aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorLaurynas Biveinis <lauras@softhome.net>2000-05-01 16:53:03 +0000
committerJeff Law <law@gcc.gnu.org>2000-05-01 10:53:03 -0600
commit7c714ee1c36c093f15b2e2dbd5bbdd74f87e7d3e (patch)
tree0d5bafa0022e6d6b270c4d6476d843b5d806b30a /gcc
parent9edc3913428500c76054bf79f6253e219e95691b (diff)
downloadgcc-7c714ee1c36c093f15b2e2dbd5bbdd74f87e7d3e.zip
gcc-7c714ee1c36c093f15b2e2dbd5bbdd74f87e7d3e.tar.gz
gcc-7c714ee1c36c093f15b2e2dbd5bbdd74f87e7d3e.tar.bz2
* tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
From-SVN: r33572
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tm.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 76f8ade..bee0427 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-01 Laurynas Biveinis <lauras@softhome.net>
+
+ * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
+
2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
* config/i386/djgpp.h (INT_ASM_OP): Define.
diff --git a/gcc/tm.texi b/gcc/tm.texi
index d9560ac..80df009 100644
--- a/gcc/tm.texi
+++ b/gcc/tm.texi
@@ -7949,7 +7949,7 @@ is wrong.
@findex TARGET_HAS_F_SETLKW
@item TARGET_HAS_F_SETLKW
-Define this macro iff the target supports file locking with fcntl / F_SETLKW.
+Define this macro if the target supports file locking with fcntl / F_SETLKW.
Note that this functionality is part of POSIX.
Defining @code{TARGET_HAS_F_SETLKW} will enable the test coverage code
to use file locking when exiting a program, which avoids race conditions