diff options
author | 2015-08-15 22:25:22 +0000 | |
---|---|---|
committer | 2015-08-15 22:25:22 +0000 | |
commit | 3536b632b5d6e6b1286a13bc6fd26064a0d9ec60 (patch) | |
tree | f8a4697ba79ea4951ea9a25983c040af8d6e796f | |
parent | Remove orphaned debug code. (diff) | |
download | wireguard-openbsd-3536b632b5d6e6b1286a13bc6fd26064a0d9ec60.tar.xz wireguard-openbsd-3536b632b5d6e6b1286a13bc6fd26064a0d9ec60.zip |
typo
-rw-r--r-- | sys/arch/loongson/dev/glx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/dev/glx.c b/sys/arch/loongson/dev/glx.c index 30294f400b2..39e97da4e1d 100644 --- a/sys/arch/loongson/dev/glx.c +++ b/sys/arch/loongson/dev/glx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: glx.c,v 1.9 2013/01/15 23:30:36 pirofti Exp $ */ +/* $OpenBSD: glx.c,v 1.10 2015/08/15 22:25:22 miod Exp $ */ /* * Copyright (c) 2009 Miodrag Vallat. @@ -97,7 +97,7 @@ glx_init(pci_chipset_tag_t pc, pcitag_t tag, int dev) bonito_pci_hook(pc, NULL, glx_pci_read_hook, glx_pci_write_hook); /* - * Perform some Geode intialization. + * Perform some Geode initialization. */ msr = rdmsr(DIVIL_BALL_OPTS); /* 0x71 */ |