Francois Gouget : wineps.drv: Avoid unneeded abbreviations in comments.

Alexandre Julliard julliard at winehq.org
Thu Dec 12 16:29:41 CST 2019


Module: wine
Branch: master
Commit: d59659c79de901cdad1f68e57beb29f83c77fd8b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d59659c79de901cdad1f68e57beb29f83c77fd8b

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Dec 12 11:21:48 2019 +0100

wineps.drv: Avoid unneeded abbreviations in comments.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wineps.drv/ppd.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/wineps.drv/ppd.c b/dlls/wineps.drv/ppd.c
index aa013940fe..662dbe6db7 100644
--- a/dlls/wineps.drv/ppd.c
+++ b/dlls/wineps.drv/ppd.c
@@ -283,7 +283,7 @@ static BOOL get_line( char *buf, int size, struct map_context *ctx )
  *
  *		PSDRV_PPDGetInvocationValue
  *
- * Passed string that should be surrounded by `"'s, return string alloced
+ * Passed string that should be surrounded by `"'s, return string allocated
  * from process heap.
  */
 static BOOL PSDRV_PPDGetInvocationValue(struct map_context *ctx, PPDTuple *tuple)
@@ -318,7 +318,7 @@ static BOOL PSDRV_PPDGetInvocationValue(struct map_context *ctx, PPDTuple *tuple
  *		PSDRV_PPDGetQuotedValue
  *
  * Passed string that should be surrounded by `"'s. Expand <xx> as hex
- * return string alloced from process heap.
+ * return string allocated from process heap.
  */
 static BOOL PSDRV_PPDGetQuotedValue(struct map_context *ctx, PPDTuple *tuple)
 {
@@ -517,7 +517,7 @@ static DUPLEX *get_duplex( PPD *ppd, const char *name )
  *
  *		PSDRV_PPDGetWord
  *
- * Returns ptr alloced from heap to first word in str. Strips leading spaces.
+ * Returns ptr allocated from heap to first word in str. Strips leading spaces.
  * Puts ptr to next word in next
  */
 static char *PSDRV_PPDGetWord(char *str, char **next)




More information about the wine-cvs mailing list