summaryrefslogtreecommitdiff
path: root/gcc/gthr-win32.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-09 16:43:43 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-09 16:43:43 +0000
commitf3b569ca7e724b2fc9b8393af5ede3ab9e8a46ea (patch)
tree01d7f445c0b42a47b3a2d065df15bc21f86579b3 /gcc/gthr-win32.h
parent7b0cab995daec07d1fddae14c57918ae0c30fb21 (diff)
downloadgcc-f3b569ca7e724b2fc9b8393af5ede3ab9e8a46ea.tar.gz
dominance.c, [...]: Fix comment typos.
* dominance.c, gthr-win32.h, reg-stack.c, tree-ssa-copy.c, tree-ssa-operands.c, tree-ssa.c, tree-vrp.c, varasm.c, config/alpha/alpha.c, config/arm/arm.c, config/m32r/m32r.h, config/rs6000/predicates.md: Fix comment typos. From-SVN: r97904
Diffstat (limited to 'gcc/gthr-win32.h')
-rw-r--r--gcc/gthr-win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-win32.h b/gcc/gthr-win32.h
index 4e81598cf86..e9daf3d89d8 100644
--- a/gcc/gthr-win32.h
+++ b/gcc/gthr-win32.h
@@ -71,7 +71,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#ifdef _LIBOBJC
/* This is necessary to prevent windef.h (included from windows.h) from
- defining it's own BOOL as a typedef. */
+ defining its own BOOL as a typedef. */
#ifndef __OBJC__
#define __OBJC__
#endif