diff options
author | imp <imp@FreeBSD.org> | 2005-01-07 00:24:33 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-07 00:24:33 +0000 |
commit | 4da5e292adc41cf02ebd45cf29b85314d0dccab7 (patch) | |
tree | 403d054de8e9c8f62d7f99e59c874c23ba1156ff /sys/libkern/arm/ffs.S | |
parent | 4e634c9b50237e564c3ff2745d34e5626a1a3e1e (diff) | |
download | FreeBSD-src-4da5e292adc41cf02ebd45cf29b85314d0dccab7.zip FreeBSD-src-4da5e292adc41cf02ebd45cf29b85314d0dccab7.tar.gz |
/* -> /*- for copyright notices, minor format tweaks as necessary
Diffstat (limited to 'sys/libkern/arm/ffs.S')
-rw-r--r-- | sys/libkern/arm/ffs.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libkern/arm/ffs.S b/sys/libkern/arm/ffs.S index 2fcf3af..933b91f 100644 --- a/sys/libkern/arm/ffs.S +++ b/sys/libkern/arm/ffs.S @@ -1,5 +1,5 @@ /* $NetBSD: ffs.S,v 1.3 2003/04/05 23:27:15 bjh21 Exp $ */ -/* +/*- * Copyright (c) 2001 Christopher Gilbert * All rights reserved. * |