Fix 2 typos in previous commit: both s/strct/struct/

This commit is contained in:
Marcel Moolenaar 2004-08-02 18:37:55 +00:00
parent 3011cfe726
commit 78b9765bee

View File

@ -77,7 +77,7 @@ ia64_pa_access(vm_offset_t pa)
/* ARGSUSED */
int
memrw(strct cdev *dev, struct uio *uio, int flags)
memrw(struct cdev *dev, struct uio *uio, int flags)
{
struct iovec *iov;
vm_offset_t addr, eaddr, o, v;
@ -148,7 +148,7 @@ memrw(strct cdev *dev, struct uio *uio, int flags)
* instead of going through read/write
*/
int
memmmap(strct cdev *dev, vm_offset_t offset, vm_paddr_t *paddr, int prot)
memmmap(struct cdev *dev, vm_offset_t offset, vm_paddr_t *paddr, int prot)
{
/*
* /dev/mem is the only one that makes sense through this