diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-09 00:00:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-09 00:00:51 +0000 |
commit | b8ce477cb70e21b0832c7fd6ba91ea71c7ff98c7 (patch) | |
tree | 00ca099d333b0427299cc67b842b4ccbb290aed3 | |
parent | b3300ff1c4a28b23b70fe46d46526596928bbd11 (diff) |
more spaces
-rw-r--r-- | sys/arch/amd64/amd64/bios.c | 2 |
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; |