diff options
author | 2006-02-09 06:18:18 +0000 | |
---|---|---|
committer | 2006-02-09 06:18:18 +0000 | |
commit | ca65f563a70b38100df1a5544c4bc8660e00dbe7 (patch) | |
tree | 246ebb231d18d725e027c33688935b8d47b21643 | |
parent | cleaning. (diff) | |
download | wireguard-openbsd-ca65f563a70b38100df1a5544c4bc8660e00dbe7.tar.xz wireguard-openbsd-ca65f563a70b38100df1a5544c4bc8660e00dbe7.zip |
typo
-rw-r--r-- | lib/libevent/evbuffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libevent/evbuffer.c b/lib/libevent/evbuffer.c index 03029c9a0b3..fd16a132877 100644 --- a/lib/libevent/evbuffer.c +++ b/lib/libevent/evbuffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evbuffer.c,v 1.6 2005/07/02 07:15:13 grunk Exp $ */ +/* $OpenBSD: evbuffer.c,v 1.7 2006/02/09 06:18:18 brad Exp $ */ /* * Copyright (c) 2002-2004 Niels Provos <provos@citi.umich.edu> @@ -76,7 +76,7 @@ bufferevent_read_pressure_cb(struct evbuffer *buf, size_t old, size_t now, void *arg) { struct bufferevent *bufev = arg; /* - * If we are below the watermak then reschedule reading if it's + * If we are below the watermark then reschedule reading if it's * still enabled. */ if (bufev->wm_read.high == 0 || now < bufev->wm_read.high) { |