Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2006 14:17:23 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 102284 for review
Message-ID:  <200607241417.k6OEHNBV091023@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102284

Change 102284 by rdivacky@rdivacky_witten on 2006/07/24 14:17:15

	Fix the typo.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_futex.c#7 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_futex.c#7 (text+ko) ====

@@ -210,7 +210,7 @@
 		    args->op);
 		break;
 	default:
-		printf("linux_sys_futex: unkonwn op %d\n", 
+		printf("linux_sys_futex: unknown op %d\n", 
 		    args->op);
 		break;
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607241417.k6OEHNBV091023>