diff --git a/inxi b/inxi index 1367e98..77e0f99 100755 --- a/inxi +++ b/inxi @@ -2381,7 +2381,7 @@ get_partition_data() # > 1, actually greater than 4, but that is so unlikely to occur because # the real issue is long file system names that force the wrap of df output: //fileserver/main ( NF < 5 ) && ( $0 !~ /[0-9]+\%/ ) { - # set the mount point here for cases of wrapped output + # set the dev location here for cases of wrapped output if ( NF == 1 ){ devBase=gensub( /^(\/dev\/)(.+)$/, "\\2", 1, $1 ) }