aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/fmt/runevsmprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9/fmt/runevsmprint.c')
-rw-r--r--src/lib9/fmt/runevsmprint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib9/fmt/runevsmprint.c b/src/lib9/fmt/runevsmprint.c
index ef273752..de29d2c3 100644
--- a/src/lib9/fmt/runevsmprint.c
+++ b/src/lib9/fmt/runevsmprint.c
@@ -1,8 +1,8 @@
/* Copyright (c) 2002-2006 Lucent Technologies; see LICENSE */
/*
- * Plan 9 port version must include libc.h in order to
+ * Plan 9 port version must include libc.h in order to
* get Plan 9 debugging malloc, which sometimes returns
- * different pointers than the standard malloc.
+ * different pointers than the standard malloc.
*/
#ifdef PLAN9PORT
#include <u.h>