diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-12-18 06:53:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-12-18 06:53:47 +0000 |
commit | 37e3ba6e4f34fa4015fbbe6c46cc46159f2a0209 (patch) | |
tree | 3f3be95b0809704a81d852629abf53669209fd45 /sys/arch/arm | |
parent | 76dc3877f8fd2c4787c62a3d21ff79836c73c818 (diff) |
typo
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/arm/conf.c b/sys/arch/arm/arm/conf.c index 75e0d737754..26f72c4e2fc 100644 --- a/sys/arch/arm/arm/conf.c +++ b/sys/arch/arm/arm/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.51 2019/12/17 13:08:55 reyk Exp $ */ +/* $OpenBSD: conf.c,v 1.52 2019/12/18 06:53:46 deraadt Exp $ */ /* $NetBSD: conf.c,v 1.10 2002/04/19 01:04:38 wiz Exp $ */ /* @@ -123,7 +123,7 @@ cdev_decl(pci); #include "ucom.h" #include "ugen.h" #include "uhid.h" -#incluee "fido.h" +#include "fido.h" #include "ulpt.h" /* |