typo: gpr not fpr
authorklehman <klehman9@comcast.net>
Thu, 7 Oct 2021 17:19:40 +0000 (13:19 -0400)
committerklehman <klehman9@comcast.net>
Thu, 7 Oct 2021 17:19:40 +0000 (13:19 -0400)
src/openpower/test/state.py

index ba80d31dab1adce4c358c835d272fb161266832c..7219919670cd1d3b9737d9c3cc91f1e2bf1181b5 100644 (file)
@@ -64,7 +64,7 @@ class State:
 
     All methods implemented must be generators.
 
-    FPRs and CRs - stored as lists
+    GPRs and CRs - stored as lists
     XERs/PC - simple members
     memory - stored as a dictionary {location: data}
     """