]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: fix typo in comment
authorDavid Anes <david.anes@suse.com>
Mon, 12 Dec 2022 06:06:05 +0000 (07:06 +0100)
committerDavid Anes <david.anes@suse.com>
Mon, 12 Dec 2022 06:06:05 +0000 (07:06 +0100)
tests/functions.sh

index 6975930e33d3655a810e9030c129788b121ed268..0d28c56d7bdeafe0b6e72cdcd66df05f1ce9abf8 100644 (file)
@@ -853,7 +853,7 @@ function ts_fdisk_clean {
 
        # remove non comparable parts of fdisk output
        if [ -n "${DEVNAME}" ]; then
-               # escape "@" with "@@" in $img. This way sed correctly
+               # escape "@" with "@@" in $DEVNAME. This way sed correctly
                # replaces paths containing "@" characters
                sed -i -e "s@${DEVNAME//\@/\\\@}@<removed>@;" $TS_OUTPUT $TS_ERRLOG
        fi