From 0a63152ce2a45e310de149fba09bfdc94790e3ee Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 19 May 2023 19:50:17 -0700 Subject: [PATCH] fix typo --- openpower/isafunctions/bfp.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/isafunctions/bfp.mdwn b/openpower/isafunctions/bfp.mdwn index 0c394e6c..7bcec46d 100644 --- a/openpower/isafunctions/bfp.mdwn +++ b/openpower/isafunctions/bfp.mdwn @@ -659,7 +659,7 @@ section 7.6.2.2 # range and significand precision. # ro is a 1-bit unsigned integer and rmode is a 2-bit unsigned integer, # together specifying one of five rounding modes to be used in - # rounding z. + # rounding x. # # ro=0 rmode=0b00 Round to Nearest Even # ro=0 rmode=0b01 Round towards Zero -- 2.30.2