From 275684cf07dfcb6790f9a919408bf57da555c0ef Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 15 Jul 2022 18:36:47 +0900 Subject: [PATCH] bigint.c: update header commend description. --- mrbgems/mruby-bigint/core/bigint.c | 2 +- mrbgems/mruby-bigint/core/bigint.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mrbgems/mruby-bigint/core/bigint.c b/mrbgems/mruby-bigint/core/bigint.c index f61d8d694..b127fa63e 100644 --- a/mrbgems/mruby-bigint/core/bigint.c +++ b/mrbgems/mruby-bigint/core/bigint.c @@ -1,5 +1,5 @@ /** -** @file mruby/bigint.h - Multi-precision, Integer +** @file mruby/bigint.c - Multi-precision Integer ** ** See Copyright Notice in mruby.h */ diff --git a/mrbgems/mruby-bigint/core/bigint.h b/mrbgems/mruby-bigint/core/bigint.h index 992106894..52f0ceaf8 100644 --- a/mrbgems/mruby-bigint/core/bigint.h +++ b/mrbgems/mruby-bigint/core/bigint.h @@ -1,5 +1,5 @@ /** -** @file mruby/bigint.h - Multi-precision, Integer +** @file mruby/bigint.h - Multi-precision Integer ** ** See Copyright Notice in mruby.h */