X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-os.c;h=282c38c0dd0f5d23e9e81f0258d1b3d64d76f17f;hb=d7f6139a91d7d9b0667a597584ae306d958bb2f4;hp=376b08594e3588534ab51b4901fc45fa79778ae6;hpb=f2aa2d01b8d69f1c7bff18f86279d4f1018fe127;p=sbcl.git diff --git a/src/runtime/linux-os.c b/src/runtime/linux-os.c index 376b085..282c38c 100644 --- a/src/runtime/linux-os.c +++ b/src/runtime/linux-os.c @@ -91,7 +91,7 @@ do_mmap(os_vm_address_t *addr, os_vm_size_t len, int flags) if (*addr == MAP_FAILED || ((old_addr != NULL) && (*addr != old_addr))) { FSHOW((stderr, - "error in allocating memory from the OS\n" + "/error in allocating memory from the OS\n" "(addr=%lx, len=%lx, flags=%lx)\n", (long) addr, (long) len,