]> Devi Nivas Git - cs3210-lab1.git/commitdiff
fix typo in readme
authorsanav33 <sanyaverma0303@gmail.com>
Sun, 10 Sep 2023 19:51:59 +0000 (15:51 -0400)
committersanav33 <sanyaverma0303@gmail.com>
Sun, 10 Sep 2023 19:51:59 +0000 (15:51 -0400)
README.md

index de462e5dfc308f1ca95dec482dbda2d2deedd444..676c64cb02f7a8a74b2ec4adfd9bd700347ee12a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -252,7 +252,7 @@ in `include/asm/x86.h`:
 // Reads the current value of the register %ebp into the variable passed by
 // dest.
 // USAGE:
-// int ebp;
+// int dest;
 // read_ebp(dest);
 // -- dest now contains %ebp ---
 #define read_ebp(dest)