summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-05-09 00:00:50 +0000
committerderaadt <deraadt@openbsd.org>2006-05-09 00:00:50 +0000
commit4211c508292df631f652b7435ec83066d1fcb6f9 (patch)
tree4a280d11ef927835c751f5f6bbe9cf0267ae1991
parentspacing and a little KNF (diff)
downloadwireguard-openbsd-4211c508292df631f652b7435ec83066d1fcb6f9.tar.xz
wireguard-openbsd-4211c508292df631f652b7435ec83066d1fcb6f9.zip
more spaces
-rw-r--r--sys/arch/amd64/amd64/bios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amd64/amd64/bios.c b/sys/arch/amd64/amd64/bios.c
index 9b528697b34..d405009e5fc 100644
--- a/sys/arch/amd64/amd64/bios.c
+++ b/sys/arch/amd64/amd64/bios.c
@@ -76,7 +76,7 @@ bios_attach(struct device *parent, struct device *self, void *aux)
paddr_t pa, end;
u_int8_t *p;
- /* see if we have SMBIOS extentions */
+ /* see if we have SMBIOS extentions */
for (p = ISA_HOLE_VADDR(SMBIOS_START);
p < (u_int8_t *)ISA_HOLE_VADDR(SMBIOS_END); p+= 16) {
struct smbhdr * hdr = (struct smbhdr *)p;