diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 14:21:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 14:21:59 +0000 |
commit | 458b7a881ea0a64c73191737a98374ee3daeb0f5 (patch) | |
tree | e404ed8f5f21c4d20fe1560813cf3aa8c986dfcf /sys | |
parent | 4815a65e3e2af328a89ebfe892521fc1732e39a8 (diff) |
ambigus -> ambiguous
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/uaudio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/uaudio.c b/sys/dev/usb/uaudio.c index c37866f061f..8dafe8ffe75 100644 --- a/sys/dev/usb/uaudio.c +++ b/sys/dev/usb/uaudio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uaudio.c,v 1.167 2022/02/16 06:23:42 anton Exp $ */ +/* $OpenBSD: uaudio.c,v 1.168 2022/02/21 14:21:58 jsg Exp $ */ /* * Copyright (c) 2018 Alexandre Ratchov <alex@caoua.org> * @@ -1538,7 +1538,7 @@ uaudio_process_unit(struct uaudio_softc *sc, /* * Try to set the unit name to the name of its destination terminal. If - * the name is ambigus (already given to another source unit or having + * the name is ambiguous (already given to another source unit or having * multiple destinations) then return 0. */ int @@ -1564,7 +1564,7 @@ uaudio_setname_dsts(struct uaudio_softc *sc, struct uaudio_unit *u, char *name) /* * Try to set the unit name to the name of its source terminal. If the - * name is ambigus (already given to another destination unit or + * name is ambiguous (already given to another destination unit or * having multiple sources) then return 0. */ int |