From 969bac7f8b52e88ad5e8abe7b458fa44b8b08369 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 2 Mar 2009 02:18:40 +0000 Subject: [PATCH] comment fix --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) }