You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by bl...@apache.org on 2012/08/10 01:57:59 UTC

svn commit: r1371532 - /subversion/trunk/subversion/libsvn_subr/sysinfo.c

Author: blair
Date: Thu Aug  9 23:57:58 2012
New Revision: 1371532

URL: http://svn.apache.org/viewvc?rev=1371532&view=rev
Log:
subversion/libsvn_subr/sysinfo.c: spelling fix.

Modified:
    subversion/trunk/subversion/libsvn_subr/sysinfo.c

Modified: subversion/trunk/subversion/libsvn_subr/sysinfo.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/sysinfo.c?rev=1371532&r1=1371531&r2=1371532&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/sysinfo.c (original)
+++ subversion/trunk/subversion/libsvn_subr/sysinfo.c Thu Aug  9 23:57:58 2012
@@ -150,7 +150,7 @@ canonical_host_from_uname(apr_pool_t *po
 typedef DWORD (WINAPI *FNGETNATIVESYSTEMINFO)(LPSYSTEM_INFO);
 typedef BOOL (WINAPI *FNENUMPROCESSMODULES) (HANDLE, HMODULE, DWORD, LPDWORD);
 
-/* Get sysstem and version info, and try to tell the difference
+/* Get system and version info, and try to tell the difference
    between the native system type and the runtime environment of the
    current process. Populate results in SYSINFO, LOCAL_SYSINFO
    (optional) and OSINFO. */