about summary refs log tree commit diff
path: root/converter/ppm
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-06-26 03:17:39 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-06-26 03:17:39 +0000
commita6c2d00ca318928ab1b7a1962396429a0dec180d (patch)
tree2fb5eb434fa0cea03dce6a67d2e3eeac22324182 /converter/ppm
parent5ef937a1fe0412d9aefad0ba81bbb1db6501eadc (diff)
downloadnetpbm-mirror-a6c2d00ca318928ab1b7a1962396429a0dec180d.tar.gz
netpbm-mirror-a6c2d00ca318928ab1b7a1962396429a0dec180d.tar.xz
netpbm-mirror-a6c2d00ca318928ab1b7a1962396429a0dec180d.zip
improve comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2211 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm')
-rw-r--r--converter/ppm/ppmtompeg/gethostname_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/ppmtompeg/gethostname_win32.c b/converter/ppm/ppmtompeg/gethostname_win32.c
index 383f4e55..e37fbb37 100644
--- a/converter/ppm/ppmtompeg/gethostname_win32.c
+++ b/converter/ppm/ppmtompeg/gethostname_win32.c
@@ -94,7 +94,7 @@ get_string_version(push_string_t *str)
             return FALSE;
     }
 
-    /* Call GetNativeSystemInfo if supported or GetSystemInfo otherwise. */
+    /* Call GetNativeSystemInfo if available; GetSystemInfo otherwise. */
     pGNSI = (PGNSI)
             GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), 
             "GetNativeSystemInfo");