summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwdma.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/firewire/fwdma.c')
-rw-r--r--sys/dev/firewire/fwdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwdma.c b/sys/dev/firewire/fwdma.c
index c64dbe6..2c84ebc 100644
--- a/sys/dev/firewire/fwdma.c
+++ b/sys/dev/firewire/fwdma.c
@@ -104,7 +104,7 @@ fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size,
flag, &dma->dma_map);
if (err) {
printf("fwdma_malloc: failed(2)\n");
- /* XXX destory tag */
+ /* XXX destroy tag */
return(NULL);
}
OpenPOWER on IntegriCloud