Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2002 22:41:20 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11517 for review
Message-ID:  <200205190541.g4J5fKu43799@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11517

Change 11517 by peter@peter_ia64 on 2002/05/18 22:40:54

	fix a C++ comment

Affected files ...

... //depot/projects/ia64/sys/ia64/ia64/ski.c#2 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/ski.c#2 (text+ko) ====

@@ -61,7 +61,7 @@
 	return ret0;
 }
 
-extern u_int64_t ski_fake_pal[];	// *not* a function decl
+extern u_int64_t ski_fake_pal[];	/* *not* a function decl */
 extern void ia64_ski_init(void);
 extern u_int64_t ia64_pal_entry;
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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