From 1e362c81667c6e5cfd0ae49cc0677af99d7773a1 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 2 Oct 2016 03:12:20 -0700 Subject: [PATCH] refactor: minor. --- lib/utils/co.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/co.js b/lib/utils/co.js index 8b24a1a0..84f3f767 100644 --- a/lib/utils/co.js +++ b/lib/utils/co.js @@ -1,5 +1,5 @@ /*! - * spawn.js - promise and generator control flow for bcoin + * co.js - promise and generator control flow for bcoin * Originally based on yoursnetwork's "asink" module. * Copyright (c) 2014-2016, Christopher Jeffrey (MIT License). * https://github.com/bcoin-org/bcoin