summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-08-29 16:51:02 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-08-29 16:51:02 +0000
commit558770fce2170c583b5f000490396055430ed7aa (patch)
treeccbc65c7161f6203655e819fcbc071186a17f3fb /lib
parent6a7e3064e08f5c830aad77dbc83c6a43399bc5bb (diff)
Got rid of \ before apostrophes which don't seem to be needed
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1802 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/known-architectures/linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index ae4922db..f7e60784 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -202,7 +202,7 @@ else
echo "Setting L2_CACHELINE_BYTES to $L2_CACHELINE_BYTES"
;;
*)
- echo "Don\'t know cache size for cpu $host_cpu"
+ echo "Don't know cache size for cpu $host_cpu"
;;
esac
fi
@@ -249,7 +249,7 @@ else
SIZEOF_POINTER=8
;;
*)
- echo "Don\'t know details for cross-compilation to $host_cpu"
+ echo "Don't know details for cross-compilation to $host_cpu"
esac
fi