From: bentley Date: Wed, 26 Apr 2023 08:38:51 +0000 (+0000) Subject: Fix typo in comment: default scalue values -> default scale values X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7f43c6d4546ce194c2f36530538d992a1b0dd4e3;p=openbsd Fix typo in comment: default scalue values -> default scale values --- diff --git a/sys/dev/usb/uts.c b/sys/dev/usb/uts.c index aa2fbd87256..dda8e6fbe9c 100644 --- a/sys/dev/usb/uts.c +++ b/sys/dev/usb/uts.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uts.c,v 1.43 2020/07/31 10:49:33 mglocker Exp $ */ +/* $OpenBSD: uts.c,v 1.44 2023/04/26 08:38:51 bentley Exp $ */ /* * Copyright (c) 2007 Robert Nagy @@ -157,7 +157,7 @@ uts_attach(struct device *parent, struct device *self, void *aux) sc->sc_intr_pipe = NULL; sc->sc_enabled = sc->sc_isize = 0; - /* Copy the default scalue values to each softc */ + /* Copy the default scale values to each softc */ bcopy(&def_scale, &sc->sc_tsscale, sizeof(sc->sc_tsscale)); /* get the config descriptor */