aboutsummaryrefslogtreecommitdiff
path: root/libvtv/vtv_fail.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libvtv/vtv_fail.cc')
-rw-r--r--libvtv/vtv_fail.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvtv/vtv_fail.cc b/libvtv/vtv_fail.cc
index d8d9c4b..d8b066c 100644
--- a/libvtv/vtv_fail.cc
+++ b/libvtv/vtv_fail.cc
@@ -201,7 +201,7 @@ vtv_fail (const char *msg, void **data_set_ptr, const void *vtbl_ptr)
ptr_from_set_handle_handle (*data_set_ptr) :
*data_set_ptr);
buf_len = strlen (buffer);
- /* Send this to to stderr. */
+ /* Send this to stderr. */
write (2, buffer, buf_len);
if (!vtv_no_abort)