diff libinterp/corefcn/jit-ir.h @ 20132:1f9ed81bd173

maint: Fix spelling and grammar mistakes in docs and comments (bug #44878) * NEWS, io.txi, file-io.cc, jit-ir.h, jit-typeinfo.h, ls-oct-binary.cc: Fix misspellings of "compatibility" and "compatible". * bsxfun.cc, file-io.cc, ov-base.h, oct-shlib.h, mesh.m: Fix misspellings of "overridden". * emacs.txi, image.txi, graphics.cc, __magick_read__.cc: Replace verb phrase "allows to" with "allows one to".
author Rafael Laboissiere <rafael@laboissiere.net>
date Sun, 19 Apr 2015 06:53:30 -0300
parents 4197fc428c7d
children b65888ec820e
line wrap: on
line diff
--- a/libinterp/corefcn/jit-ir.h	Sun Apr 19 10:13:04 2015 -0400
+++ b/libinterp/corefcn/jit-ir.h	Sun Apr 19 06:53:30 2015 -0300
@@ -566,7 +566,7 @@
 
   void replace_in_phi (jit_block *ablock, jit_block *with);
 
-  // we have a new internal list, but we want to stay compatable with jit_value
+  // we have a new internal list, but we want to stay compatible with jit_value
   jit_use *first_use (void) const { return jit_value::first_use (); }
 
   size_t use_count (void) const { return jit_value::use_count (); }