From 8de175240b972c0b2a7fd95b8cac1ebf1c0f7ec2 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 6 May 2019 21:27:19 -0700 Subject: v3f: fix typos in comment --- v3f.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v3f.h b/v3f.h index 9c1d6e4..79aea72 100644 --- a/v3f.h +++ b/v3f.h @@ -22,10 +22,10 @@ * Variants missing the _ prefix for vector result operations return a pointer * and must be either supplied the result memory as the first "res" argument * which is then returned after being populated with the result's value, or - * NULL to allocate space for the result and that pointer is resturned after being + * NULL to allocate space for the result and that pointer is returned after being * populated with its value. When supplying NULL result pointers the functions * must allocate memory and thus may return NULL on OOM, so callers should - * check for NULL returns when supplying NULL for res. + * check for NULL returns when supplying NULL for "res". * * Example: * v3f_t foo, *foop; -- cgit v1.2.3