From 938688cdf7a89bd099110a8b4751757a2242b835 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu@cs.umass.edu>
Date: Sun, 19 Sep 2004 04:02:34 +0000
Subject: [PATCH] cris.h: Preserve the original spelling in a quote.

	* config/cris/cris.h: Preserve the original spelling in a
	quote.

From-SVN: r87720
---
 gcc/ChangeLog          | 5 +++++
 gcc/config/cris/cris.h | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f06c54206f4e..44cce19f10b4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-18  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* config/cris/cris.h: Preserve the original spelling in a
+	quote.
+
 2004-09-18 Jeff Law  <law@redhat.com>
 
 	* tree-ssa-dom.c (nonzero_vars_stack, vrp_variables_stack): New
diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h
index 14c6a95d8eca..d7da1833ec77 100644
--- a/gcc/config/cris/cris.h
+++ b/gcc/config/cris/cris.h
@@ -336,7 +336,7 @@ extern int target_flags;
 /* Whether or not to work around multiplication instruction hardware bug
    when generating code for models where it may be present.  From the
    trouble report for Etrax 100 LX: "A multiply operation may cause
-   incorrect cache behavior under some specific circumstances. The
+   incorrect cache behaviour under some specific circumstances. The
    problem can occur if the instruction following the multiply instruction
    causes a cache miss, and multiply operand 1 (source operand) bits
    [31:27] matches the logical mapping of the mode register address
-- 
GitLab