diff options
author | stefanf <stefanf@FreeBSD.org> | 2005-03-06 13:53:05 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2005-03-06 13:53:05 +0000 |
commit | 2066001e45163f813274009b71005d089b72bf13 (patch) | |
tree | 937ee5fa0ac5285c5f6bb048c5e7c1bf1dfa73f2 /sys/boot | |
parent | d058ee9a99eaec99ea23e1c2684d61e4e750f57c (diff) | |
download | FreeBSD-src-2066001e45163f813274009b71005d089b72bf13.zip FreeBSD-src-2066001e45163f813274009b71005d089b72bf13.tar.gz |
Fix typos in a comment.
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/efi/include/ia64/efibind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/include/ia64/efibind.h b/sys/boot/efi/include/ia64/efibind.h index 07883b8..6031eb7 100644 --- a/sys/boot/efi/include/ia64/efibind.h +++ b/sys/boot/efi/include/ia64/efibind.h @@ -113,7 +113,7 @@ typedef uint64_t UINTN; #define VOLATILE volatile /* - * XXX Need to find out if this is portable accross compliers. + * XXX Need to find out if this is portable across compilers. */ void __mf (void); #ifndef __GNUC__ |