diff options
author | Bob Arnson <bob@firegiant.com> | 2021-12-12 17:35:34 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2021-12-17 09:03:18 -0500 |
commit | 0761f2cf91e3194a9f25814d4e3695f8963951b2 (patch) | |
tree | d14fbae5ae579308d9ccffb684cc267c93af99b6 /src/libs/dutil/WixToolset.DUtil/strutil.cpp | |
parent | ee8b4f230241a00d8e3ed145e85fb5d8d3c75914 (diff) | |
download | wix-0761f2cf91e3194a9f25814d4e3695f8963951b2.tar.gz wix-0761f2cf91e3194a9f25814d4e3695f8963951b2.tar.bz2 wix-0761f2cf91e3194a9f25814d4e3695f8963951b2.zip |
Fix typos.
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/strutil.cpp')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/strutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/strutil.cpp b/src/libs/dutil/WixToolset.DUtil/strutil.cpp index 3cb7ef6a..e4fcc9c8 100644 --- a/src/libs/dutil/WixToolset.DUtil/strutil.cpp +++ b/src/libs/dutil/WixToolset.DUtil/strutil.cpp | |||
@@ -509,7 +509,7 @@ StrAllocStringAnsi - allocates or reuses dynamic string memory and copies in an | |||
509 | 509 | ||
510 | NOTE: caller is responsible for freeing ppwz even if function fails | 510 | NOTE: caller is responsible for freeing ppwz even if function fails |
511 | NOTE: cchSource must equal the length of wzSource (not including the NULL terminator) | 511 | NOTE: cchSource must equal the length of wzSource (not including the NULL terminator) |
512 | NOTE: if cchSource == 0, length of wzSource is used instead | 512 | NOTE: if cchSource == 0, length of szSource is used instead |
513 | ********************************************************************/ | 513 | ********************************************************************/ |
514 | extern "C" HRESULT DAPI StrAllocStringAnsi( | 514 | extern "C" HRESULT DAPI StrAllocStringAnsi( |
515 | __deref_out_ecount_z(cchSource+1) LPWSTR* ppwz, | 515 | __deref_out_ecount_z(cchSource+1) LPWSTR* ppwz, |