summaryrefslogtreecommitdiffstats
path: root/darwin-user
diff options
context:
space:
mode:
authorths2007-06-03 15:35:16 +0200
committerths2007-06-03 15:35:16 +0200
commite91c8a778349982eb49fd319ab6506911e2d837e (patch)
tree4c12e093e72dc6147139463d31fba275f2e6dd03 /darwin-user
parentMCF5208 timer fix. (diff)
downloadqemu-e91c8a778349982eb49fd319ab6506911e2d837e.tar.gz
qemu-e91c8a778349982eb49fd319ab6506911e2d837e.tar.xz
qemu-e91c8a778349982eb49fd319ab6506911e2d837e.zip
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2927 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'darwin-user')
-rw-r--r--darwin-user/mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin-user/mmap.c b/darwin-user/mmap.c
index ada613d361..b4055abe1b 100644
--- a/darwin-user/mmap.c
+++ b/darwin-user/mmap.c
@@ -199,7 +199,7 @@ long target_mmap(unsigned long start, unsigned long len, int prot,
if (!(flags & MAP_FIXED)) {
#if defined(__alpha__) || defined(__sparc__) || defined(__x86_64__)
- /* tell the kenel to search at the same place as i386 */
+ /* tell the kernel to search at the same place as i386 */
if (host_start == 0) {
host_start = last_start;
last_start += HOST_PAGE_ALIGN(len);